This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
plugins {
|
||||
id("java")
|
||||
}
|
||||
base {
|
||||
archivesName = "HamsterScript"
|
||||
}
|
||||
|
||||
group = "cn.hamster3.mc.plugin"
|
||||
version = "1.1.0"
|
||||
@@ -41,7 +44,6 @@ tasks {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
withType<Jar> {
|
||||
archiveBaseName = "HamsterScript"
|
||||
from(rootProject.file("LICENSE"))
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
destinationDirectory = rootProject.layout.buildDirectory
|
||||
|
Reference in New Issue
Block a user