Skip to content

Commit

Permalink
jdk17
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfriend committed Oct 19, 2023
1 parent 5f50dd6 commit e603b4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '11'
java-version: '17'

- name: Run Detekt
run: ./gradlew detekt
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: "temurin"
java-version: "11"
java-version: "17"

- name: Run DebugBuild
run: ./gradlew assembleDebug -i

0 comments on commit e603b4a

Please sign in to comment.