Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
Disabling gradle cache to avoid build problems (#647)
Browse files Browse the repository at this point in the history
* Use new GHCR image

Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>

* Parameterise main build workflow to support any branch/tag

Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>

* Disabling gradle cache to avoid build problems

Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>

---------

Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
  • Loading branch information
jadecarino authored Sep 10, 2024
1 parent b2da886 commit 1ee3194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 8.9
cache-disabled: true

- name: Build servlet beans with openapi2beans
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 8.9
cache-disabled: true

- name: Build servlet beans with openapi2beans
run: |
Expand Down

0 comments on commit 1ee3194

Please sign in to comment.