Skip to content

Commit

Permalink
Merge pull request #2024 from lf-lang/gradle-update-latest
Browse files Browse the repository at this point in the history
Bumped Gradle and Gradle plugin versions
  • Loading branch information
cmnrd authored Sep 25, 2023
2 parents ab51d92 + da00390 commit 93aef01
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
implementation "com.diffplug.spotless:spotless-plugin-gradle:$spotlessVersion"

implementation "gradle.plugin.com.github.johnrengelman:shadow:$shadowJarVersion"
implementation "com.github.johnrengelman:shadow:$shadowJarVersion"
}
8 changes: 4 additions & 4 deletions buildSrc/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
spotlessVersion=6.11.0
spotlessVersion=6.21.0
spotlessLibVersion=2.30.0
kotlinVersion=1.6.21
shadowJarVersion=7.1.2
spotbugsPluginVersion=5.1.3
kotlinVersion=1.9.0
shadowJarVersion=8.1.1
spotbugsPluginVersion=5.1.3
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionSha256Sum=591855b517fc635b9e04de1d05d5e76ada3f89f5fc76f87978d1b245b4f69225
distributionUrl=https://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 93aef01

Please sign in to comment.