We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8069ac4 commit d71c48fCopy full SHA for d71c48f
build.gradle
@@ -11,6 +11,19 @@ def includeDesktopSupport = true
11
group 'com.thegongoliers'
12
version '6.0.0-beta01'
13
14
+
15
+publishing {
16
+ publications {
17
+ mavenJava(MavenPublication) {
18
+ groupId = group
19
+ artifactId = 'gongolierium'
20
+ version = version
21
22
+ from components.java
23
+ }
24
25
+}
26
27
repositories {
28
mavenCentral()
29
maven { url 'https://jitpack.io' }
0 commit comments