From 655415a22d62b501e340c95e5fd97d164c34f406 Mon Sep 17 00:00:00 2001 From: MattMX Date: Fri, 17 Jan 2025 19:58:13 +0000 Subject: [PATCH] Bump PE version --- .idea/codeStyles/Project.xml | 7 +++++++ .idea/codeStyles/codeStyleConfig.xml | 5 +++++ .idea/material_theme_project_new.xml | 12 ++++++++++++ build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 5 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/material_theme_project_new.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..919ce1f --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/material_theme_project_new.xml b/.idea/material_theme_project_new.xml new file mode 100644 index 0000000..d98bd87 --- /dev/null +++ b/.idea/material_theme_project_new.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 8f3d57e..f28f447 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -123,6 +123,6 @@ fun getCurrentCommitHash(): String { if (process.exitValue() == 0) { return commitHash?.substring(0, 7) ?: "" } else { - throw IllegalStateException("Failed to retrieve the commit hash.") + return "unknown" } } \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7686012..3ef0cf6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ placeholderapi = "2.11.6" ktgui = "2.4.2-alpha" runPaper = "2.2.4" -packetEvents = "2.6.0" +packetEvents = "2.7.0" entityLib = "2.4.11-SNAPSHOT" tab = "4.1.8" viaversion = "5.0.0"