Skip to content

Commit

Permalink
Build changes
Browse files Browse the repository at this point in the history
Bringing up to date with dev
  • Loading branch information
ansoncfit committed Aug 18, 2023
1 parent a566196 commit 7896ab1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/cypress-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ jobs:
with:
fetch-depth: 0
path: r5
- uses: gradle/[email protected]
with:
gradle-version: 7.6.1
# Build .jar and copy to ./ui directory (along with config file)
# Cache Gradle dependencies to speed up the shadow jar build
- uses: actions/cache@v1
id: cache
with:
path: ~/.gradle/caches
key: gradle-caches
- uses: actions/setup-java@v1
with:
java-version: 11
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: gradle/[email protected]
with:
gradle-version: 7.6.1
# Java setup step completes very fast, no need to run in a preconfigured docker container.
- name: Set up JDK 11
uses: actions/setup-java@v3
Expand Down

0 comments on commit 7896ab1

Please sign in to comment.