Skip to content

Commit

Permalink
chore: update shadowJar task to include only LICENSE file
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiinaKin committed Dec 20, 2024
1 parent 9f3653f commit 435f6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ tasks.shadowJar {
)

from(rootProject.projectDir) {
include("LICENSE", "README.md")
include("LICENSE")
}
}

Expand Down

0 comments on commit 435f6b0

Please sign in to comment.