Skip to content

Commit

Permalink
chore: update gradle (8.12) & run-paper (2.3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoJoSho committed Dec 29, 2024
1 parent c7667b2 commit 1ef2c6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import net.minecrell.pluginyml.bukkit.BukkitPluginDescription
plugins {
id("java")
id("com.gradleup.shadow") version "8.3.2"
id("xyz.jpenilla.run-paper") version "2.2.0"
id("xyz.jpenilla.run-paper") version "2.3.1"
id("net.minecrell.plugin-yml.bukkit") version "0.6.0"
}

Expand Down Expand Up @@ -265,7 +265,7 @@ java {
}

fun getGitCommitHash(): String {
var includeHash = true;
var includeHash = true
val includeHashVariable = System.getenv("HMCC_INCLUDE_HASH")

if (!includeHashVariable.isNullOrEmpty()) includeHash = includeHashVariable.toBoolean()
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 1ef2c6b

Please sign in to comment.