Skip to content

Commit 0ddd816

Browse files
committed
Bump our Gradle dependencies to the release versions
The Gradle plugins are broken on the Gradle Plugin Portal. Temporarily the local ones are loaded.
1 parent 64abb21 commit 0ddd816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dependencies {
1313
implementation(kotlin("gradle-plugin", kotlinVersion))
1414
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
1515
implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.0")
16-
val huanshankejiGradlePluginsVersion = "0.6.0-SNAPSHOT" // TODO don't use a snapshot version in a main branch
16+
val huanshankejiGradlePluginsVersion = "0.6.0" // don't use a snapshot version in a main branch
1717
implementation("com.huanshankeji:kotlin-common-gradle-plugins:$huanshankejiGradlePluginsVersion")
1818
implementation("com.huanshankeji.team:gradle-plugins:$huanshankejiGradlePluginsVersion")
19-
implementation("com.huanshankeji:common-gradle-dependencies:0.8.0-20241016-SNAPSHOT") // TODO don't use a snapshot version in a main branch
19+
implementation("com.huanshankeji:common-gradle-dependencies:0.8.0-20241016") // don't use a snapshot version in a main branch
2020
}

0 commit comments

Comments
 (0)