Skip to content

Commit

Permalink
JDK17 requires gradle 7.3 (#143)
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
  • Loading branch information
sophia-guo committed Nov 17, 2023
1 parent a1f88db commit 4a57826
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions adopt-github-release/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ application {
}

dependencies {
compile 'org.codehaus.groovy:groovy-all:2.5.6'
compile 'org.kohsuke:github-api:1.127'
testCompile group: 'junit', name: 'junit', version: '4.12'
implementation 'org.codehaus.groovy:groovy-all:2.5.6'
implementation 'org.kohsuke:github-api:1.127'
compileOnly group: 'junit', name: 'junit', version: '4.12'
}
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-5.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 4a57826

Please sign in to comment.