Skip to content

Commit

Permalink
Move to .java-version file
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Feb 1, 2024
1 parent 53e854f commit 72ef1a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
with:
distribution: 'temurin'
java-version: 8
java-version-file: '.java-version'

- name: Cache Gradle Files
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
with:
distribution: 'temurin'
java-version: 8
java-version-file: '.java-version'

- name: Build
run: ./gradlew build
Expand Down
1 change: 1 addition & 0 deletions .java-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8

0 comments on commit 72ef1a0

Please sign in to comment.