##// END OF EJS Templates
Fixed RunImage
Fixed RunImage

File last commit:

r8:e992157ede55 default
r16:286da9ffb112 default
Show More
build.gradle
6 lines | 144 B | text/x-groovy | GroovyLexer
cin
Bump gradle, tasks refactoring
r8 subprojects { p ->
plugins.withId('java') {
p.base {
archivesBaseName = "$rootProject.name-$p.name";
}
}
}