File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,13 @@ plugins {
22 `java- library`
33 idea
44 `maven- publish`
5- signing
65 alias(libs.plugins.nexus.publish)
76 alias(libs.plugins.ben.manes.versions)
87}
98
109group = " net.sf.robocode"
1110description = " Codesize is a tool for calculating the bytecode size of a Java class file, ZIP/JAR archive"
12- version = " 1.3.0 "
11+ version = " 1.3.1 "
1312
1413val ossrhUsername: String by project
1514val ossrhPassword: String by project
@@ -103,13 +102,3 @@ publishing {
103102 }
104103 }
105104}
106-
107- signing {
108- useGpgCmd()
109- sign(publishing.publications[" mavenJava" ])
110- }
111-
112- val initializeSonatypeStagingRepository by tasks.existing
113- initializeSonatypeStagingRepository {
114- shouldRunAfter(tasks.withType<Sign >())
115- }
You can’t perform that action at this time.
0 commit comments