diff --git a/buildSrc/src/main/kotlin/de.siphalor.tweed5.minecraft.mod.dummy.gradle.kts b/buildSrc/src/main/kotlin/de.siphalor.tweed5.minecraft.mod.dummy.gradle.kts index 38ff9b3..ac51e0f 100644 --- a/buildSrc/src/main/kotlin/de.siphalor.tweed5.minecraft.mod.dummy.gradle.kts +++ b/buildSrc/src/main/kotlin/de.siphalor.tweed5.minecraft.mod.dummy.gradle.kts @@ -5,12 +5,12 @@ plugins { val processMinecraftModResources = tasks.register("processMinecraftModResources") { from(project.layout.settingsDirectory.dir("minecraft/mod-template/resources")) - expand( + expand(mapOf( "id" to project.name, "version" to project.version, "name" to properties["minecraft.mod.name"], "description" to properties["minecraft.mod.description"] - ) + )) into(project.layout.buildDirectory.dir("minecraftModResources")) } diff --git a/gradle.properties b/gradle.properties index 3f63f85..a9a2511 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1,3 @@ +org.gradle.configuration-cache=true + version = 0.1.0 diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 1b33c55..8bdaf60 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ff23a68..2a84e18 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index 23d15a9..ef07e01 100644 --- a/gradlew +++ b/gradlew @@ -1,7 +1,7 @@ #!/bin/sh # -# Copyright © 2015-2021 the original authors. +# Copyright © 2015 the original authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.