Skip to content

Commit

Permalink
Moved to jreleaser RC1 and Gradle 7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HanSolo committed Mar 28, 2022
1 parent 432972c commit 1b094ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {
id 'application'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'net.nemerosa.versioning' version '2.15.1'
id 'org.jreleaser' version '1.0.0-M3'
id 'org.jreleaser.jdks' version '1.0.0-M3'
id 'org.jreleaser' version '1.0.0-RC1'
id 'org.jreleaser.jdks' version '1.0.0-RC1'
}

description = 'Disco CLI is a command line interface for the foojay.io Disco API'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 1b094ac

Please sign in to comment.