Skip to content

Commit

Permalink
Gradle version changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhukovAN committed Nov 2, 2021
1 parent 9391045 commit 18c4345
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'io.freefair.lombok' version '6.0.0-m2' apply false
id 'io.freefair.lombok' version '6.1.0' apply false
id 'com.github.johnrengelman.shadow' version '5.2.0' apply false
id 'org.jenkins-ci.jpi' version '0.43.0' apply false
id 'com.palantir.git-version' version '0.12.3' apply false
Expand Down Expand Up @@ -153,5 +153,6 @@ configure(allprojects - project(':ptai-i18n')) {
*/

wrapper {
gradleVersion = '6.8.3'
// gradleVersion = '6.8.3'
gradleVersion = '7.1'
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Mon May 17 18:22:06 MSK 2021
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ case "`uname`" in
Darwin* )
darwin=true
;;
MINGW* )
MSYS* | MINGW* )
msys=true
;;
NONSTOP* )
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// that isn't accessible now
pluginManagement {
repositories {
maven { url 'https://nexus.pentaho.org/content/groups/omni/' }
gradlePluginPortal() // Include public Gradle plugin portal
}
}
Expand Down

0 comments on commit 18c4345

Please sign in to comment.