File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 65
65
run : |
66
66
npm install -g markdownlint-cli
67
67
markdownlint changelog.md --fix
68
+ chmod +x java/cbsso-opensaml/gradlew
68
69
box task run taskfile=tasks/Build :version=${{ env.VERSION }} :projectName=${{ env.MODULE_ID }} :buildID=${{ github.run_number }} :branch=${{ env.BRANCH }}
69
70
70
71
- name : Commit Changelog To Master
Original file line number Diff line number Diff line change @@ -15,9 +15,11 @@ component {
15
15
.boldMagentaLine ( " Executing java build" )
16
16
.toConsole ();
17
17
18
+ print .line ( rootDir & " /java/cbsso-opensaml" ).toConsole ();
19
+
18
20
command ( " run" )
19
21
.inWorkingDirectory ( rootDir & " /java/cbsso-opensaml" )
20
- .params ( " gradlew" , " :app:shadowJar" )
22
+ .params ( " ./ gradlew" , " :app:shadowJar" )
21
23
.run ();
22
24
23
25
command ( " cp" )
You can’t perform that action at this time.
0 commit comments