E577 Fixed publication · Menecats/polybool-java@fe34134 · GitHub
[go: up one dir, main page]

Skip to content

Commit fe34134

Browse files
committed
Fixed publication
1 parent 3fdd58b commit fe34134

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'publishing'
3+
id 'maven-publish'
44
}
55

66
group 'org.example'
@@ -24,4 +24,10 @@ publishing {
2424
}
2525
}
2626
}
27+
28+
publications {
29+
polybool(MavenPublication) {
30+
from components.java
31+
}
32+
}
2733
}

0 commit comments

Comments
 (0)
0