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 20b388a commit 355864aCopy full SHA for 355864a
build.gradle
@@ -66,7 +66,7 @@ jar {
66
from("LICENSE") {
67
rename { "${it}_${rootProject.name}" }
68
}
69
- destinationDir(file('F:/Kotlin/Workspace/SunSTCore/build/core'))
+ destinationDir(file('build/core'))
70
71
72
//sourcesJar {
@@ -136,12 +136,12 @@ publishing {
136
137
task copyOutputJar {
138
copy {
139
- from 'F:/Kotlin/Workspace/SunSTCore/build/core'
+ 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
0 commit comments