Skip to content

Commit d4f888f

Browse files
committed
Bump our gradle-common snapshot dependencies to the stable versions and migrate
1 parent 75c88ba commit d4f888f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
dependencies {
2121
// With Kotlin 2.0.20, a "Could not parse POM" build error occurs in the JVM projects of some dependent projects.
2222
implementation(kotlin("gradle-plugin", "2.2.21"))
23-
implementation("com.huanshankeji:common-gradle-dependencies:0.10.0-20251024-SNAPSHOT") // TODO don't use a snapshot version in a main branch
24-
implementation("com.huanshankeji.team:gradle-plugins:0.10.0-SNAPSHOT") // TODO don't use a snapshot version in a main branch
23+
implementation("com.huanshankeji:common-gradle-dependencies:0.10.0-20251024") // don't use a snapshot version in a main branch
24+
implementation("com.huanshankeji.team:gradle-plugins:0.11.0") // don't use a snapshot version in a main branch
2525
implementation("org.jetbrains.dokka:dokka-gradle-plugin:2.1.0")
2626
}

buildSrc/src/main/kotlin/conventions.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ publishing.publications.withType<MavenPublication> {
2222
pomForTeamDefaultOpenSource(
2323
project,
2424
"Exposed GADT mapping",
25-
"mappings between data entities and tables with support for generalized algebraic data types based on Exposed DSL"
25+
"mappings between data entities and tables with support for generalized algebraic data types based on Exposed DSL",
26+
"2023"
2627
) {
2728
ShreckYe()
2829
}

0 commit comments

Comments
 (0)