Skip to content

Commit

Permalink
final round of cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Sep 13, 2021
1 parent 49cd3d9 commit dc66c24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ task apiJar(type: Jar, dependsOn: classes) {
include String.valueOf(findProperty("api_package")).replace('.', '/') + "/**"
}
from("LICENSE.md") {
rename { "LICENSE_${archiveBaseName.get()}-${archiveAppendix.get()}" }
rename { "LICENSE_${archiveBaseName.get()}" }
}
includeEmptyDirs false
manifest.mainAttributes(
Expand Down
7 changes: 0 additions & 7 deletions src/main/java/dev/upcraft/soulbound/api/SlottedItem.java

This file was deleted.

0 comments on commit dc66c24

Please sign in to comment.