Skip to content

Commit 595feaa

Browse files
committed
# v1.0.9.4
Update build.gradle
1 parent 02d5aac commit 595feaa

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

build.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -134,16 +134,16 @@ uploadArchives {
134134
//}
135135

136136

137-
task copyOutputJar {
138-
copy {
139-
from 'build/core'
140-
into 'F:/Kotlin/Workspace/SkyDream/cores'
141-
}
142-
143-
copy {
144-
from 'build/core'
145-
into 'F:/Kotlin/Debug/Spigot-1.16.5/plugins'
146-
}
147-
}
137+
//task copyOutputJar {
138+
// copy {
139+
// from 'build/core'
140+
// into 'F:/Kotlin/Workspace/SkyDream/cores'
141+
// }
142+
//
143+
// copy {
144+
// from 'build/core'
145+
// into 'F:/Kotlin/Debug/Spigot-1.16.5/plugins'
146+
// }
147+
//}
148148

149149
//build.dependsOn copyOutputJar

0 commit comments

Comments
 (0)