Skip to content

Commit 355864a

Browse files
committed
# v1.0.9.2
Update build.gradle
1 parent 20b388a commit 355864a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jar {
6666
from("LICENSE") {
6767
rename { "${it}_${rootProject.name}" }
6868
}
69-
destinationDir(file('F:/Kotlin/Workspace/SunSTCore/build/core'))
69+
destinationDir(file('build/core'))
7070
}
7171

7272
//sourcesJar {
@@ -136,12 +136,12 @@ publishing {
136136

137137
task copyOutputJar {
138138
copy {
139-
from 'F:/Kotlin/Workspace/SunSTCore/build/core'
139+
from 'build/core'
140140
into 'F:/Kotlin/Workspace/SkyDream/cores'
141141
}
142142

143143
copy {
144-
from 'F:/Kotlin/Workspace/SunSTCore/build/core'
144+
from 'build/core'
145145
into 'F:/Kotlin/Debug/Spigot-1.16.5/plugins'
146146
}
147147
}

0 commit comments

Comments
 (0)