mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
"Explicit module group" mode still uses gradle-generated module names for actual module names - this will not change, not to cause sudden renames in existing projects. GitOrigin-RevId: 058285e026c18dfe1d9fdbf3361ab613aaaa6a71
166 lines
3.4 KiB
Plaintext
166 lines
3.4 KiB
Plaintext
View root() {
|
|
rootProject() {
|
|
Tasks() {
|
|
build setup() {
|
|
init()
|
|
wrapper()
|
|
}
|
|
help() {
|
|
buildEnvironment()
|
|
components()
|
|
dependencies()
|
|
dependencyInsight()
|
|
dependentComponents()
|
|
help()
|
|
model()
|
|
projects()
|
|
properties()
|
|
tasks()
|
|
}
|
|
}
|
|
p1() {
|
|
Tasks() {
|
|
help() {
|
|
buildEnvironment()
|
|
components()
|
|
dependencies()
|
|
dependencyInsight()
|
|
dependentComponents()
|
|
help()
|
|
model()
|
|
projects()
|
|
properties()
|
|
tasks()
|
|
}
|
|
}
|
|
p1-leaf() {
|
|
Tasks() {
|
|
help() {
|
|
buildEnvironment()
|
|
components()
|
|
dependencies()
|
|
dependencyInsight()
|
|
dependentComponents()
|
|
help()
|
|
model()
|
|
projects()
|
|
properties()
|
|
tasks()
|
|
}
|
|
}
|
|
}
|
|
p1-sub() {
|
|
Tasks() {
|
|
help() {
|
|
buildEnvironment()
|
|
components()
|
|
dependencies()
|
|
dependencyInsight()
|
|
dependentComponents()
|
|
help()
|
|
model()
|
|
projects()
|
|
properties()
|
|
tasks()
|
|
}
|
|
}
|
|
sp1() {
|
|
Tasks() {
|
|
help() {
|
|
buildEnvironment()
|
|
components()
|
|
dependencies()
|
|
dependencyInsight()
|
|
dependentComponents()
|
|
help()
|
|
model()
|
|
projects()
|
|
properties()
|
|
tasks()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
p2() {
|
|
Tasks() {
|
|
help() {
|
|
buildEnvironment()
|
|
components()
|
|
dependencies()
|
|
dependencyInsight()
|
|
dependentComponents()
|
|
help()
|
|
model()
|
|
projects()
|
|
properties()
|
|
tasks()
|
|
}
|
|
}
|
|
p2-leaf() {
|
|
Tasks() {
|
|
help() {
|
|
buildEnvironment()
|
|
components()
|
|
dependencies()
|
|
dependencyInsight()
|
|
dependentComponents()
|
|
help()
|
|
model()
|
|
projects()
|
|
properties()
|
|
tasks()
|
|
}
|
|
}
|
|
}
|
|
p2sub() {
|
|
Tasks() {
|
|
help() {
|
|
buildEnvironment()
|
|
components()
|
|
dependencies()
|
|
dependencyInsight()
|
|
dependentComponents()
|
|
help()
|
|
model()
|
|
projects()
|
|
properties()
|
|
tasks()
|
|
}
|
|
}
|
|
p2sub-sub() {
|
|
Tasks() {
|
|
help() {
|
|
buildEnvironment()
|
|
components()
|
|
dependencies()
|
|
dependencyInsight()
|
|
dependentComponents()
|
|
help()
|
|
model()
|
|
projects()
|
|
properties()
|
|
tasks()
|
|
}
|
|
}
|
|
sp2() {
|
|
Tasks() {
|
|
help() {
|
|
buildEnvironment()
|
|
components()
|
|
dependencies()
|
|
dependencyInsight()
|
|
dependentComponents()
|
|
help()
|
|
model()
|
|
projects()
|
|
properties()
|
|
tasks()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |