feat: update Gradle container image to version 0.0.3 and modify build command
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 56s
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 56s
This commit is contained in:
@@ -6,7 +6,7 @@ jobs:
|
||||
Build-Gradle:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: gitea.hessj.de/administrator/gradle:0.0.2
|
||||
image: gitea.hessj.de/administrator/gradle:0.0.3
|
||||
steps:
|
||||
|
||||
- name: Checkout Repository
|
||||
@@ -19,4 +19,7 @@ jobs:
|
||||
run: ls "${{ gitea.workspace }}/environmentex"
|
||||
|
||||
- name: Verify Gradle Installation
|
||||
run: cd "${{ gitea.workspace }}/environmentex" && gradle build
|
||||
run: cd "${{ gitea.workspace }}/environmentex" && gradle build --no-daemon
|
||||
|
||||
- name: show if jar is built
|
||||
run: ls ${{ gitea.workspace }}
|
||||
|
||||
Reference in New Issue
Block a user