We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe34134 commit 1083c8dCopy full SHA for 1083c8d
1 file changed
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id 'maven-publish'
4
}
5
6
-group 'org.example'
+group 'com.menecats'
7
version '1.0.0'
8
9
repositories {
@@ -27,6 +27,10 @@ publishing {
27
28
publications {
29
polybool(MavenPublication) {
30
+ version = version
31
+ groupId = group
32
+ artifactId = 'polybool-java'
33
+
34
from components.java
35
36
0 commit comments