Skip to content

Commit 0c0719c

Browse files
committed
Merge branch 'development'
2 parents 2889097 + 5c7d8d6 commit 0c0719c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
run: |
6666
npm install -g markdownlint-cli
6767
markdownlint changelog.md --fix
68+
chmod +x java/cbsso-opensaml/gradlew
6869
box task run taskfile=tasks/Build :version=${{ env.VERSION }} :projectName=${{ env.MODULE_ID }} :buildID=${{ github.run_number }} :branch=${{ env.BRANCH }}
6970
7071
- name: Commit Changelog To Master

tasks/BuildJavaDeps.cfc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ 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" )
20-
.params( "gradlew", ":app:shadowJar" )
22+
.params( "./gradlew", ":app:shadowJar" )
2123
.run();
2224

2325
command( "cp" )

0 commit comments

Comments
 (0)