Skip to content

Commit d71c48f

Browse files
committed
Add publishing section to build.gradle
1 parent 8069ac4 commit d71c48f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

build.gradle

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ def includeDesktopSupport = true
1111
group 'com.thegongoliers'
1212
version '6.0.0-beta01'
1313

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+
1427
repositories {
1528
mavenCentral()
1629
maven { url 'https://jitpack.io' }

0 commit comments

Comments
 (0)