Skip to content

Commit

Permalink
Umm then ok
Browse files Browse the repository at this point in the history
  • Loading branch information
BoomEaro committed Mar 26, 2023
1 parent 1a07a08 commit 4396320
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ subprojects {

}

publishing {
publications {
maven(MavenPublication) {
from components.java
}

}
}

dependencies {
api project(":Plugin")
api project(":Common")
Expand All @@ -50,8 +59,6 @@ dependencies {

shadowJar {
archiveBaseName.set("LangHelper")
archiveClassifier.set("")
archiveVersion.set("")
}

artifacts {
Expand Down

0 comments on commit 4396320

Please sign in to comment.