Skip to content

Commit

Permalink
remove unnecessary lib exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
rheimus committed Jan 24, 2025
1 parent 6eb61f0 commit f2454a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build-gui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ tasks.register("assembleGithubArtifacts", Copy) {
dependsOn createExe
from layout.buildDirectory.dir("libs"), layout.buildDirectory.file("launch4j")
into file("$rootDir/publish/github")
exclude "lib"
}

clean {
Expand Down
1 change: 0 additions & 1 deletion build-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ tasks.register("assembleGithubArtifacts", Copy) {
dependsOn createExe
from layout.buildDirectory.dir("libs"), layout.buildDirectory.file("launch4j")
into file("$rootDir/publish/github")
exclude "lib"
}

clean {
Expand Down

0 comments on commit f2454a3

Please sign in to comment.