Skip to content

Commit

Permalink
update workflows jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
AltronMaxX committed Aug 1, 2024
1 parent 7119dfb commit ade9705
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
cache: 'gradle'
distribution: temurin
java-version: 21
- name: Bump version and push tag
id: tag_version
uses: anothrNick/github-tag-action@1.55.0
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
cache: 'gradle'
distribution: temurin
java-version: 21
- name: Build with Gradle
run: ./gradlew build
env:
Expand Down

0 comments on commit ade9705

Please sign in to comment.