File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,13 +12,8 @@ subprojects {
1212 apply (plugin = " com.vanniktech.maven.publish" )
1313
1414 group = " dev.mudkip"
15- version = " 0.1.0-SNAPSHOT"
16-
17- java {
18- toolchain.languageVersion = JavaLanguageVersion .of(21 )
19- withSourcesJar()
20- withJavadocJar()
21- }
15+ version = " 0.1.0"
16+ java.toolchain.languageVersion = JavaLanguageVersion .of(21 )
2217
2318 repositories {
2419 mavenCentral()
@@ -40,6 +35,7 @@ subprojects {
4035 mavenPublishing {
4136 coordinates(group.toString(), " ${rootProject.name} -${project.name} " , version.toString())
4237 publishToMavenCentral(SonatypeHost .CENTRAL_PORTAL )
38+ signAllPublications()
4339
4440 pom {
4541 name = project.name
@@ -69,9 +65,4 @@ subprojects {
6965 }
7066 }
7167 }
72-
73- signing {
74- useGpgCmd()
75- sign(publishing.publications)
76- }
7768}
You can’t perform that action at this time.
0 commit comments