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 fc3fe2b commit 54f41c6Copy full SHA for 54f41c6
tasks/BuildJavaDeps.cfc
@@ -15,6 +15,8 @@ component {
15
.boldMagentaLine( "Executing java build" )
16
.toConsole();
17
18
+ print.line( rootDir & "/java/cbsso-opensaml" ).toConsole();
19
+
20
command( "run" )
21
.inWorkingDirectory( rootDir & "/java/cbsso-opensaml" )
22
.params( "gradlew", ":app:shadowJar" )
0 commit comments