##// END OF EJS Templates
Working version of containers plugin, extracted container-base plugin for basic types and configuration
Working version of containers plugin, extracted container-base plugin for basic types and configuration

File last commit:

r8:e992157ede55 default
r10:902127e66316 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";
}
}
}