Skip to content

Commit

Permalink
Merge branch 'dev' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Niilyx committed Jun 23, 2024
2 parents 0d04042 + 35d203e commit 7e372c3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@ jar {
from {
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
}
}

configurations {
jar.archiveBaseName = rootProject.name + ".jar"
archiveFileName = rootProject.name + ".jar"
}

def targetJavaVersion = 17
Expand Down Expand Up @@ -79,10 +77,6 @@ task move(type: Copy) {
into "SERVER_TEST/plugins/"
}

configurations {
jar.archiveBaseName = rootProject.name + ".jar"
}

publishing {
publications {
maven(MavenPublication) {
Expand Down

0 comments on commit 7e372c3

Please sign in to comment.