mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-04-08 02:02:27 +02:00
Merge branch 'hytale' into hytale-curseforge
This commit is contained in:
@@ -7,7 +7,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "at.helpch"
|
||||
version = "1.0.7-CurseForge"
|
||||
version = "1.0.8-CurseForge"
|
||||
|
||||
description = "An awesome placeholder provider!"
|
||||
|
||||
@@ -42,6 +42,10 @@ tasks {
|
||||
eachFile { expand("version" to project.version) }
|
||||
}
|
||||
|
||||
withType<Javadoc> {
|
||||
isFailOnError = false
|
||||
}
|
||||
|
||||
withType<ShadowJar> {
|
||||
archiveClassifier.set("hytale")
|
||||
|
||||
@@ -75,4 +79,4 @@ tasks {
|
||||
}
|
||||
|
||||
publish.get().setDependsOn(listOf(build.get()))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user