Skip to content

Commit 54f41c6

Browse files
committed
Add debug output
1 parent fc3fe2b commit 54f41c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/BuildJavaDeps.cfc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ component {
1515
.boldMagentaLine( "Executing java build" )
1616
.toConsole();
1717

18+
print.line( rootDir & "/java/cbsso-opensaml" ).toConsole();
19+
1820
command( "run" )
1921
.inWorkingDirectory( rootDir & "/java/cbsso-opensaml" )
2022
.params( "gradlew", ":app:shadowJar" )

0 commit comments

Comments
 (0)