Skip to content

Commit

Permalink
Upgrade release tool gradle to run on jdk-21
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Feb 12, 2024
1 parent c73c430 commit 6fd18e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adopt-github-release/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ application {
}

dependencies {
implementation 'org.codehaus.groovy:groovy-all:2.5.6'
implementation 'org.kohsuke:github-api:1.127'
implementation 'org.codehaus.groovy:groovy-all:3.0.20'
implementation 'org.kohsuke:github-api:1.318'
compileOnly group: 'junit', name: 'junit', version: '4.12'
}

0 comments on commit 6fd18e1

Please sign in to comment.