Skip to content

Commit

Permalink
Minimalism
Browse files Browse the repository at this point in the history
  • Loading branch information
NeRdTheNed committed Apr 16, 2023
1 parent 6ce7337 commit 7831fb0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ processResources {
// see http://yodaconditions.net/blog/fix-for-java-file-encoding-problems-with-gradle.html
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
options.debug = false
}

java {
Expand All @@ -93,12 +94,6 @@ java {
withSourcesJar()
}

jar {
from("LICENSE") {
rename { "${it}_${project.archivesBaseName}"}
}
}

// configure the maven publication
publishing {
publications {
Expand Down

0 comments on commit 7831fb0

Please sign in to comment.