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 800a8f5 commit 5c7d8d6Copy full SHA for 5c7d8d6
tasks/BuildJavaDeps.cfc
@@ -19,7 +19,7 @@ component {
19
20
command( "run" )
21
.inWorkingDirectory( rootDir & "/java/cbsso-opensaml" )
22
- .params( "gradlew", ":app:shadowJar" )
+ .params( "./gradlew", ":app:shadowJar" )
23
.run();
24
25
command( "cp" )
0 commit comments