Skip to content

Commit c2cdfdd

Browse files
committed
Try out without signing
1 parent f1e31c3 commit c2cdfdd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ plugins{
55
id 'maven-publish'
66
id 'maven'
77
id 'com.github.johnrengelman.shadow' version '5.2.0'
8-
id 'signing'
98
}
109

1110
def ver = new Version(major: 6, minor: 4, patch: 2)
@@ -185,7 +184,9 @@ task sourcesJar(type: Jar, dependsOn: classes){
185184
publishing {
186185
publications {
187186
mavenJava(MavenPublication) {
187+
groupId = rootProject.group
188188
artifactId = "JavaBotBlockAPI"
189+
version = rootProject.version
189190

190191
from components.java
191192
artifact javadocJar
@@ -230,10 +231,6 @@ publishing {
230231
}
231232
}
232233

233-
signing {
234-
sign publishing.publications.mavenJava
235-
}
236-
237234
class Version{
238235
String major, minor, patch
239236

0 commit comments

Comments
 (0)