mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 04:32:11 -07:00
[ci skip] Update Gradle wrapper to 7.4
This commit is contained in:
@@ -10,7 +10,7 @@ dependencies {
|
||||
}
|
||||
|
||||
tasks.processResources {
|
||||
val apiVersion = rootProject.providers.gradleProperty("mcVersion").forUseAtConfigurationTime().get()
|
||||
val apiVersion = rootProject.providers.gradleProperty("mcVersion").get()
|
||||
.split(".", "-").take(2).joinToString(".")
|
||||
val props = mapOf(
|
||||
"version" to project.version,
|
||||
|
Reference in New Issue
Block a user