Skip to content

Commit

Permalink
Don't bother including a copy of the CC0 in the .jar file
Browse files Browse the repository at this point in the history
The mod is pretty clearly licensed under the CC0 in fabric.mod.json, and it includes a link to this GitHub repository as well.
  • Loading branch information
NeRdTheNed committed Aug 13, 2021
1 parent 91e6758 commit e2c1df5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ java {
withSourcesJar()
}

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

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

0 comments on commit e2c1df5

Please sign in to comment.