Skip to content

Commit 75d6c86

Browse files
Bump version to 1.3.1 and remove signing configuration
1 parent 77d38ce commit 75d6c86

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

build.gradle.kts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff 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

109
group = "net.sf.robocode"
1110
description = "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

1413
val ossrhUsername: String by project
1514
val 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-
}

0 commit comments

Comments
 (0)