##// END OF EJS Templates
Added tag v1.3.1 for changeset 452b9915903c
Added tag v1.3.1 for changeset 452b9915903c

File last commit:

r8:e992157ede55 default
r22:ca735f4257d8 tip default
Show More
build.gradle
6 lines | 144 B | text/x-groovy | GroovyLexer
subprojects { p ->
plugins.withId('java') {
p.base {
archivesBaseName = "$rootProject.name-$p.name";
}
}
}