File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
2020dependencies {
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}
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments