##// END OF EJS Templates
Fixed docker build output handling. Handled with 'info' log level.
Fixed docker build output handling. Handled with 'info' log level.

File last commit:

r8:e992157ede55 default
r21:452b9915903c v1.3.1 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";
}
}
}