bukkit: Switch to release version of run-paper and update config for Paper 1.17
This commit is contained in:
parent
f67b126cc9
commit
2a9a32aafe
2 changed files with 1 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
plugins {
|
plugins {
|
||||||
id("cloud.example-conventions")
|
id("cloud.example-conventions")
|
||||||
id("com.github.johnrengelman.shadow")
|
id("com.github.johnrengelman.shadow")
|
||||||
id("xyz.jpenilla.run-paper") version "1.0.3-SNAPSHOT"
|
id("xyz.jpenilla.run-paper") version "1.0.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
@ -27,7 +27,5 @@ tasks {
|
||||||
}
|
}
|
||||||
runServer {
|
runServer {
|
||||||
minecraftVersion("1.17")
|
minecraftVersion("1.17")
|
||||||
paperclip(file("spigot-1.17.jar"))
|
|
||||||
legacyPluginLoading()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ pluginManagement {
|
||||||
repositories {
|
repositories {
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
maven("https://maven.fabricmc.net")
|
maven("https://maven.fabricmc.net")
|
||||||
maven("https://repo.jpenilla.xyz/snapshots") // todo - for run-paper snapshot
|
|
||||||
}
|
}
|
||||||
includeBuild("build-logic")
|
includeBuild("build-logic")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue