Skip to content

Commit f2454a3

Browse files
committed
remove unnecessary lib exclude
1 parent 6eb61f0 commit f2454a3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build-gui/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ tasks.register("assembleGithubArtifacts", Copy) {
110110
dependsOn createExe
111111
from layout.buildDirectory.dir("libs"), layout.buildDirectory.file("launch4j")
112112
into file("$rootDir/publish/github")
113-
exclude "lib"
114113
}
115114

116115
clean {

build-server/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ tasks.register("assembleGithubArtifacts", Copy) {
9696
dependsOn createExe
9797
from layout.buildDirectory.dir("libs"), layout.buildDirectory.file("launch4j")
9898
into file("$rootDir/publish/github")
99-
exclude "lib"
10099
}
101100

102101
clean {

0 commit comments

Comments
 (0)