Skip to content

Commit

Permalink
bump java version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Emrichardsone committed Dec 13, 2023
1 parent cc72d63 commit 135ee30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '8'
java-version: '11'
- name: Run Build
id: build
uses: gradle/gradle-build-action@v2
Expand All @@ -39,7 +39,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '8'
java-version: '11'
- name: Publish Artifacts (repo.grails.org)
id: publish
uses: gradle/gradle-build-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['8']
java: ['11']
env:
GIT_USER_NAME: puneetbehl
GIT_USER_EMAIL: behlp@objectcomputing.com
Expand Down

0 comments on commit 135ee30

Please sign in to comment.