##// END OF EJS Templates
Implemented RunContainer, ExecContainer, StopContainer, RmContainer, ComposeExec tasks
Implemented RunContainer, ExecContainer, StopContainer, RmContainer, ComposeExec tasks

File last commit:

r8:e992157ede55 default
r19:5e6d0e24a5d2 v1.3.0 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";
}
}
}