Skip to content

Commit 5c7d8d6

Browse files
committed
Make gradle executable
1 parent 800a8f5 commit 5c7d8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/BuildJavaDeps.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ component {
1919

2020
command( "run" )
2121
.inWorkingDirectory( rootDir & "/java/cbsso-opensaml" )
22-
.params( "gradlew", ":app:shadowJar" )
22+
.params( "./gradlew", ":app:shadowJar" )
2323
.run();
2424

2525
command( "cp" )

0 commit comments

Comments
 (0)