Skip to content

Commit

Permalink
update to gradle 8.2.1 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToppleTheNun authored Aug 24, 2023
1 parent ee9677a commit a16f8d9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ pluginManagement {

plugins {
// See https://jmfayard.github.io/refreshVersions
id("de.fayard.refreshVersions") version "0.51.0"
id("com.gradle.enterprise") version "3.13.4"
id("de.fayard.refreshVersions") version "0.60.1"
id("com.gradle.enterprise") version "3.14.1"
}

gradleEnterprise {
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=5.3.*
version=5.4.*
16 changes: 8 additions & 8 deletions versions.properties
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#### Dependencies and Plugin versions with their available updates.
#### Generated by `./gradlew refreshVersions` version 0.51.0
#### Generated by `./gradlew refreshVersions` version 0.60.1
####
#### Don't manually edit or split the comments that start with four hashtags (####),
#### they will be overwritten by refreshVersions.
####
#### suppress inspection "SpellCheckingInspection" for whole file
#### suppress inspection "UnusedProperty" for whole file

plugin.com.gradle.plugin-publish=1.2.0
plugin.com.gradle.plugin-publish=1.2.1

plugin.io.gitlab.arturbosch.detekt=1.23.0
plugin.io.gitlab.arturbosch.detekt=1.23.1

plugin.org.jetbrains.dokka=1.8.20

plugin.org.jlleitschuh.gradle.ktlint=11.4.2
plugin.org.jlleitschuh.gradle.ktlint=11.5.1

plugin.org.shipkit.shipkit-auto-version=1.2.2

Expand All @@ -33,13 +33,13 @@ version.org.jetbrains.dokka..dokka-core=1.8.20

version.org.jetbrains.dokka..dokka-gradle-plugin=1.8.20

version.com.netflix.nebula..nebula-project-plugin=10.1.4
version.com.netflix.nebula..nebula-project-plugin=10.1.5

version.io.gitlab.arturbosch.detekt..detekt-gradle-plugin=1.23.0
version.io.gitlab.arturbosch.detekt..detekt-gradle-plugin=1.23.1

version.org.jlleitschuh.gradle..ktlint-gradle=11.4.2
version.org.jlleitschuh.gradle..ktlint-gradle=11.5.1

version.io.github.gradle-nexus..publish-plugin=1.3.0
## # available=2.0.0-rc-1

version.org.kohsuke..github-api=1.315
version.org.kohsuke..github-api=1.316

0 comments on commit a16f8d9

Please sign in to comment.