mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-06 12:33:03 +00:00
Update Gradle to 7.2; set run-paper to 1.17.1 with toolchain (#4496)
:chatting:
This commit is contained in:
parent
14c2ab5ddd
commit
8bbaf7da68
7 changed files with 167 additions and 132 deletions
|
@ -8,7 +8,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("net.kyori", "indra-common", "2.0.5")
|
||||
implementation("net.kyori", "indra-common", "2.0.6")
|
||||
implementation("gradle.plugin.com.github.jengelman.gradle.plugins", "shadow", "7.0.0")
|
||||
implementation("xyz.jpenilla", "run-paper", "1.0.2")
|
||||
implementation("xyz.jpenilla", "run-paper", "1.0.4")
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
const val RUN_PAPER_MINECRAFT_VERSION = "1.16.5"
|
||||
const val RUN_PAPER_MINECRAFT_VERSION = "1.17.1"
|
||||
|
|
|
@ -9,6 +9,7 @@ tasks {
|
|||
runServer {
|
||||
minecraftVersion(RUN_PAPER_MINECRAFT_VERSION)
|
||||
runDirectory(rootProject.file("run"))
|
||||
javaLauncher.set(javaToolchains.launcherFor(java.toolchain))
|
||||
if (project.name != "EssentialsX") {
|
||||
pluginJars.from(rootProject.project(":EssentialsX").the<EssentialsModuleExtension>().archiveFile)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue