diff --git a/build.gradle b/build.gradle index a319cc7..b780944 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { } dependencies { - classpath("gradle.plugin.com.github.johnrengelman:shadow:7.1.0") + classpath("gradle.plugin.com.github.johnrengelman:shadow:7.1.2") classpath("net.kyori:blossom:1.3.0") classpath("net.minecraftforge.gradle:ForgeGradle:5.1.+") classpath("org.spongepowered:mixingradle:0.7-SNAPSHOT") @@ -117,7 +117,7 @@ artifacts { } build { - dependsOn("signJar") + finalizedBy("signJar") } jar { @@ -199,10 +199,10 @@ task signJar { tsaurl: project.property("signing.timestampAuthority"), digestalg: project.property("signing.digestAlgorithm") ) - project.logger.lifecycle("JAR Signed: " + it.name) + project.logger.lifecycle("JAR Signed: ${it.name}") signing.sign(it) - project.logger.lifecycle("PGP Signed: " + it.name) + project.logger.lifecycle("PGP Signed: ${it.name}") } } } \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 7454180..41d9927 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 84d1f85..aa991fc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/gradlew b/gradlew index c53aefa..1b6c787 100755 --- a/gradlew +++ b/gradlew @@ -1,7 +1,7 @@ #!/bin/sh # -# Copyright © 2015-2021 the original authors. +# Copyright © 2015-2021 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. @@ -32,10 +32,10 @@ # Busybox and similar reduced shells will NOT work, because this script # requires all of these POSIX shell features: # * functions; -# * expansions «$var», «${var}», «${var:-default}», «${var+SET}», -# «${var#prefix}», «${var%suffix}», and «$( cmd )»; -# * compound commands having a testable exit status, especially «case»; -# * various built-in commands including «command», «set», and «ulimit». +# * expansions «$var», «${var}», «${var:-default}», «${var+SET}», +# «${var#prefix}», «${var%suffix}», and «$( cmd )»; +# * compound commands having a testable exit status, especially «case»; +# * various built-in commands including «command», «set», and «ulimit». # # Important for patching: #