##// END OF EJS Templates
java/org/implab/gradle/Utils rmoved to org/implab/gradle/mercurial/Utils to resolve conflicts with other plugins
java/org/implab/gradle/Utils rmoved to org/implab/gradle/mercurial/Utils to resolve conflicts with other plugins

File last commit:

r3:3065e34e2bec default
r4:645e2e6a0875 v1.0.1 default
Show More
build.gradle
4 lines | 115 B | text/x-groovy | GroovyLexer
subprojects { p ->
plugins.withId('java') {
p.archivesBaseName = "$rootProject.name-$p.name";
}
}