Skip to content

Commit

Permalink
Gradle 7 and JDK 16 on actions (#2317)
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 authored Apr 10, 2021
1 parent 8eb917d commit fa6da93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
java: [11-jdk, 15-jdk]
java: [11-jdk, 16-jdk]
runs-on: ubuntu-20.04
container:
image: openjdk:${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
runs-on: ubuntu-20.04
container:
image: openjdk:15-jdk
image: openjdk:16-jdk
options: --user root
steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit fa6da93

Please sign in to comment.