We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d5aac commit 595feaaCopy full SHA for 595feaa
build.gradle
@@ -134,16 +134,16 @@ uploadArchives {
134
//}
135
136
137
-task copyOutputJar {
138
- copy {
139
- from 'build/core'
140
- into 'F:/Kotlin/Workspace/SkyDream/cores'
141
- }
142
-
143
144
145
- into 'F:/Kotlin/Debug/Spigot-1.16.5/plugins'
146
147
-}
+//task copyOutputJar {
+// copy {
+// from 'build/core'
+// into 'F:/Kotlin/Workspace/SkyDream/cores'
+// }
+//
+// into 'F:/Kotlin/Debug/Spigot-1.16.5/plugins'
+//}
148
149
//build.dependsOn copyOutputJar
0 commit comments