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 87c27d7 commit 9712c27Copy full SHA for 9712c27
1 file changed
build.gradle.kts
@@ -1,6 +1,7 @@
1
plugins {
2
java
3
`java-library`
4
+ `maven-publish`
5
id("com.github.hierynomus.license-base") version "0.16.1"
6
}
7
@@ -42,6 +43,17 @@ tasks {
42
43
44
45
46
+publishing {
47
+ publications {
48
+ create<MavenPublication>("maven") {
49
+ groupId = "io.github.pulsebeat02"
50
+ artifactId = "emc-installers"
51
+ version = "1.0.0"
52
+ from(components["java"])
53
+ }
54
55
+}
56
+
57
subprojects {
58
59
apply(plugin = "com.github.hierynomus.license-base")
0 commit comments