Skip to content

Commit

Permalink
Merged Origin
Browse files Browse the repository at this point in the history
  • Loading branch information
PulseBeat02 committed Nov 6, 2021
1 parent 87c27d7 commit 9712c27
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
java
`java-library`
`maven-publish`
id("com.github.hierynomus.license-base") version "0.16.1"
}

Expand Down Expand Up @@ -42,6 +43,17 @@ tasks {
}
}

publishing {
publications {
create<MavenPublication>("maven") {
groupId = "io.github.pulsebeat02"
artifactId = "emc-installers"
version = "1.0.0"
from(components["java"])
}
}
}

subprojects {

apply(plugin = "com.github.hierynomus.license-base")
Expand Down

0 comments on commit 9712c27

Please sign in to comment.