Skip to content

Commit 7361635

Browse files
committed
Adapt to "com.huanshankeji:common-gradle-dependencies:0.7.2-20241016-SNAPSHOT"
1 parent a86c997 commit 7361635

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

buildSrc/build.gradle.kts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@ plugins {
22
`kotlin-dsl`
33
}
44
repositories {
5-
//mavenLocal()
5+
mavenLocal() // TODO comment out when not needed
66
gradlePluginPortal()
77
//maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
88
}
99

10-
val huanshankejiGradlePluginsVersion = "0.5.1"
11-
1210
dependencies {
1311
// With Kotlin 2.0.20, a "Could not parse POM" build error occurs in the JVM projects of some dependent projects.
1412
val kotlinVersion = "2.0.10"
1513
implementation(kotlin("gradle-plugin", kotlinVersion))
1614
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
1715
implementation("org.jetbrains.compose:compose-gradle-plugin:1.6.10")
16+
val huanshankejiGradlePluginsVersion = "0.6.0-SNAPSHOT" // TODO don't use a snapshot version in a main branch
1817
implementation("com.huanshankeji:kotlin-common-gradle-plugins:$huanshankejiGradlePluginsVersion")
1918
implementation("com.huanshankeji.team:gradle-plugins:$huanshankejiGradlePluginsVersion")
20-
implementation("com.huanshankeji:common-gradle-dependencies:0.7.1-20240516")
19+
implementation("com.huanshankeji:common-gradle-dependencies:0.7.2-20241016-SNAPSHOT") // TODO don't use a snapshot version in a main branch
2120
}

buildSrc/src/main/kotlin/lib-conventions-without-publishing.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ plugins {
66
}
77

88
repositories {
9+
mavenCentral()
910
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
1011
maven("https://us-central1-maven.pkg.dev/varabyte-repos/public") // for Kobweb
1112
}

0 commit comments

Comments
 (0)