Skip to content

Commit 9964440

Browse files
committed
build: support jdk17
1 parent 67a936f commit 9964440

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
fail-fast: true
6666
matrix:
6767
os: [ ubuntu-latest, macOS-latest, windows-latest ]
68-
java: [ 8, 9, 10, 11, 12, 13, 14, 15, 16 ]
68+
java: [ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ]
6969
steps:
7070
- uses: actions/checkout@v3
7171
- uses: actions/setup-java@v3

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ buildscript {
2525
commons_text : 'org.apache.commons:commons-text:1.10.0',
2626
guava : 'com.google.guava:guava:31.0.1-jre',
2727
junit : 'junit:junit:4.13.2',
28-
proguard_gradle: 'com.guardsquare:proguard-gradle:7.1.1',
28+
proguard_gradle: 'com.guardsquare:proguard-gradle:7.3.0',
2929
snakeyaml : 'org.yaml:snakeyaml:1.32:android',
3030
smali : 'com.github.iBotPeaches.smali:smali:403e90375e',
3131
xmlpull : 'xpp3:xpp3:1.1.4c',

0 commit comments

Comments
 (0)