[ci skip] Update Gradle wrapper to 7.4
This commit is contained in:
parent
b757019dc5
commit
9cab01ed1d
5 changed files with 6 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue