Skip to content

Commit

Permalink
Probably fix maven publish
Browse files Browse the repository at this point in the history
  • Loading branch information
BoomEaro committed Mar 26, 2023
1 parent a97ce4f commit 1a07a08
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ subprojects {
apply plugin: "eclipse"

group = "ru.boomearo"
version = "1.2"
version = "1.4"

compileJava {
options.encoding = "UTF-8"
Expand All @@ -35,15 +35,6 @@ subprojects {

}

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

}
}

dependencies {
api project(":Plugin")
api project(":Common")
Expand Down

0 comments on commit 1a07a08

Please sign in to comment.