Skip to content

Commit

Permalink
Upgrade release tool gradle to run on jdk-21 and increase heap of app…
Browse files Browse the repository at this point in the history
… to 2g (#150)

Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Feb 13, 2024
1 parent 2e8dea7 commit 0e452ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions adopt-github-release/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ repositories {
}
application {
mainClassName = 'net.adoptium.release.UploadFiles'
applicationDefaultJvmArgs = ['-Xmx2g']
}

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'
}
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-7.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 0e452ee

Please sign in to comment.