We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2064862 commit 1fcd665Copy full SHA for 1fcd665
do.sh
@@ -36,7 +36,7 @@ GRADLE_VERSION=4.2.0
36
37
# run only inside build container
38
build_jar_inside() {
39
- gradle build -Penv $ENV
+ gradle -Penv=$ENV build
40
}
41
42
build_jar() {
0 commit comments