Skip to content

Commit

Permalink
Testing github actions with gradle
Browse files Browse the repository at this point in the history
- Update gradle task to change result file name and remove obsolete files from repo
  • Loading branch information
lemm-leto committed Feb 5, 2024
1 parent 441b0e5 commit cb6e108
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ tasks.register('checksum') {
task: 'Task 1',
testFiles: testFiles
]
new File(projectDir, "payload.json").text = new JsonOutput().toJson(payload)
new File(projectDir, "stage0-module2-task1.json").text = new JsonOutput().toJson(payload)
}
}
1 change: 0 additions & 1 deletion checksum.json

This file was deleted.

0 comments on commit cb6e108

Please sign in to comment.