File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import com.huanshankeji.team.ShreckYe
2- import com.huanshankeji.team.pomForTeamDefaultOpenSource
2+ import com.huanshankeji.team.setUpPomForTeamDefaultOpenSource
33
44plugins {
5- id(" com.huanshankeji.kotlin-jvm-library-sonatype-ossrh-publish-conventions" )
5+ kotlin(" jvm" )
6+ `java- library`
7+ id(" com.huanshankeji.maven-central-publish-conventions" )
68 id(" com.huanshankeji.team.with-group" )
79 id(" com.huanshankeji.team.default-github-packages-maven-publish" )
810}
@@ -18,8 +20,8 @@ kotlin.jvmToolchain(8)
1820
1921version = projectVersion
2022
21- publishing.publications.withType< MavenPublication > {
22- pomForTeamDefaultOpenSource (
23+ mavenPublishing.pom {
24+ setUpPomForTeamDefaultOpenSource (
2325 project,
2426 " Exposed GADT mapping" ,
2527 " mappings between data entities and tables with support for generalized algebraic data types based on Exposed DSL" ,
You can’t perform that action at this time.
0 commit comments