Skip to content

Commit b008e7a

Browse files
committed
Update gradle wrapper and workflow jdk
1 parent a03a362 commit b008e7a

4 files changed

Lines changed: 93 additions & 93 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
strategy:
66
matrix:
7-
java: [8-jdk, 11-jdk, 15-jdk]
7+
java: [8-jdk, 11-jdk, 16-jdk]
88
runs-on: ubuntu-20.04
99
container:
1010
image: openjdk:${{ matrix.java }}
@@ -13,4 +13,4 @@ jobs:
1313
- uses: actions/checkout@v1
1414
- uses: gradle/wrapper-validation-action@v1
1515
- run: chmod +x ./gradlew
16-
- run: ./gradlew build test --stacktrace
16+
- run: ./gradlew build test --stacktrace

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
runs-on: ubuntu-20.04
66
container:
7-
image: openjdk:15-jdk
7+
image: openjdk:16-jdk
88
options: --user root
99
steps:
1010
- uses: actions/checkout@v1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew.bat

Lines changed: 89 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)