-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update versions and migrate refresh versions to version catalog only
- Loading branch information
Showing
7 changed files
with
74 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
import org.gradle.kotlin.dsl.`kotlin-dsl` | ||
|
||
repositories { | ||
jcenter() | ||
} | ||
|
||
plugins { | ||
`kotlin-dsl` | ||
} | ||
import org.gradle.kotlin.dsl.`kotlin-dsl` | ||
|
||
repositories { | ||
mavenCentral() | ||
} | ||
|
||
plugins { | ||
`kotlin-dsl` | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
## Generated by $ ./gradlew refreshVersionsCatalog | ||
|
||
[plugins] | ||
|
||
org-jetbrains-kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } | ||
|
||
org-jetbrains-dokka = { id = "org.jetbrains.dokka", version = "1.9.20" } | ||
|
||
org-jlleitschuh-gradle-ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "11.6.1" } | ||
|
||
io-github-gradle-nexus-publish-plugin = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" } | ||
|
||
[versions] | ||
|
||
kotlin = "1.9.22" | ||
|
||
kotlinx-coroutines = "1.8.0" | ||
|
||
kotest = "5.8.0" | ||
|
||
[libraries] | ||
|
||
bucket4j-core = "com.bucket4j:bucket4j-core:8.9.0" | ||
|
||
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" } | ||
|
||
analysis-kotlin-descriptors = "org.jetbrains.dokka:analysis-kotlin-descriptors:1.9.20" | ||
|
||
dokka-base = "org.jetbrains.dokka:dokka-base:1.9.20" | ||
|
||
kotlin-scripting-compiler-embeddable = { group = "org.jetbrains.kotlin", name = "kotlin-scripting-compiler-embeddable", version.ref = "kotlin" } | ||
|
||
ktlint = "com.pinterest:ktlint:0.47.1" | ||
|
||
ktlint-reporter-baseline = "com.pinterest.ktlint:ktlint-reporter-baseline:0.47.1" | ||
|
||
ktlint-ruleset-standard = "com.pinterest.ktlint:ktlint-ruleset-standard:0.47.1" | ||
|
||
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test" } | ||
|
||
kotest-runner-junit5 = { group = "io.kotest", name = "kotest-runner-junit5", version.ref = "kotest" } | ||
|
||
kotest-assertions-core = { group = "io.kotest", name = "kotest-assertions-core", version.ref = "kotest" } |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.4.2-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,24 @@ | ||
#### Dependencies and Plugin versions with their available updates. | ||
#### Generated by `./gradlew refreshVersions` version 0.51.0 | ||
#### Generated by `./gradlew refreshVersions` version 0.60.5 | ||
#### | ||
#### 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 | ||
#### | ||
#### NOTE: Some versions are filtered by the rejectVersionsIf predicate. See the settings.gradle.kts file. | ||
#### NOTE: Some versions are filtered by the rejectVersionIf predicate. See the settings.gradle.kts file. | ||
|
||
version.com.bucket4j..bucket4j-core=8.2.0 | ||
plugin.org.jlleitschuh.gradle.ktlint=11.6.1 | ||
|
||
version.kotest=5.5.5 | ||
## # available=5.6.0 | ||
## # available=5.6.1 | ||
version.kotlin=1.9.22 | ||
|
||
version.kotlinx.coroutines=1.6.4 | ||
plugin.org.jetbrains.dokka=1.9.20 | ||
|
||
plugin.io.github.gradle-nexus.publish-plugin=1.3.0 | ||
|
||
plugin.de.fayard.buildSrcLibs=0.60.5 | ||
|
||
version.kotest=5.8.0 | ||
|
||
version.kotlinx.coroutines=1.8.0 |