diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 9c1dab60..0f6debe6 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -3,7 +3,7 @@ plugins { } repositories { - //mavenLocal() // comment out when not needed + mavenLocal() // TODO comment out when not needed so the build is always reproducible by others gradlePluginPortal() google() mavenCentral() @@ -14,7 +14,7 @@ dependencies { implementation(kotlin("gradle-plugin", kotlinVersion)) implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion") implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.1") - implementation("com.huanshankeji.team:gradle-plugins:0.6.0") // don't use a snapshot version in a main branch + implementation("com.huanshankeji.team:gradle-plugins:0.8.0") // don't use a snapshot version in a main branch implementation("com.android.tools.build:gradle:8.5.2") implementation("com.huanshankeji:common-gradle-dependencies:0.8.0-20241016") // don't use a snapshot version in a main branch } diff --git a/buildSrc/src/main/kotlin/VersionsAndDependencies.kt b/buildSrc/src/main/kotlin/VersionsAndDependencies.kt index e2462300..8f7cabb0 100644 --- a/buildSrc/src/main/kotlin/VersionsAndDependencies.kt +++ b/buildSrc/src/main/kotlin/VersionsAndDependencies.kt @@ -8,7 +8,7 @@ val commonDependencies = CommonDependencies() object DependencyVersions { const val composeMultiplatform = ComposeBuildConfig.composeVersion // for "ui-unit" val kobweb = "0.19.2" - val huanshankejiComposeHtml = "0.4.0" // don't use a snapshot version in a main branch + val huanshankejiComposeHtml = "0.4.1-SNAPSHOT" // TODO don't use a snapshot version in a main branch val kmdc = "0.1.2" val materialSymbols = "0.25.1" } diff --git a/buildSrc/src/main/kotlin/common-conventions.gradle.kts b/buildSrc/src/main/kotlin/common-conventions.gradle.kts index ac93e49d..6df6ce05 100644 --- a/buildSrc/src/main/kotlin/common-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/common-conventions.gradle.kts @@ -8,7 +8,7 @@ plugins { } repositories { - //mavenLocal() // commented out so the build is always reproducible by others // put back if needed when depending on a snapshot + mavenLocal() // TODO comment out when not needed so the build is always reproducible by others mavenCentral() google() maven("https://us-central1-maven.pkg.dev/varabyte-repos/public") // for Kobweb