Skip to content

Commit 1083c8d

Browse files
committed
Fixed publication (again)
1 parent fe34134 commit 1083c8d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'maven-publish'
44
}
55

6-
group 'org.example'
6+
group 'com.menecats'
77
version '1.0.0'
88

99
repositories {
@@ -27,6 +27,10 @@ publishing {
2727

2828
publications {
2929
polybool(MavenPublication) {
30+
version = version
31+
groupId = group
32+
artifactId = 'polybool-java'
33+
3034
from components.java
3135
}
3236
}

0 commit comments

Comments
 (0)