summarylogtreecommitdiffstats
path: root/0001-Target-Java-17.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Target-Java-17.patch')
-rw-r--r--0001-Target-Java-17.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/0001-Target-Java-17.patch b/0001-Target-Java-17.patch
deleted file mode 100644
index fd9461f942c3..000000000000
--- a/0001-Target-Java-17.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 324a32d069163014fc19546bc937a279ba7c468c Mon Sep 17 00:00:00 2001
-From: Aviana Cruz <gwencroft@proton.me>
-Date: Sun, 6 Nov 2022 13:28:59 +0800
-Subject: [PATCH 1/2] Target Java 17
-
-Signed-off-by: Aviana Cruz <gwencroft@proton.me>
----
- build.gradle.kts | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/build.gradle.kts b/build.gradle.kts
-index deccd9e5c..7c421c91a 100644
---- a/build.gradle.kts
-+++ b/build.gradle.kts
-@@ -24,8 +24,8 @@ subprojects {
- }
-
- tasks.withType<JavaCompile> {
-- sourceCompatibility = "1.8"
-- targetCompatibility = "1.8"
-+ sourceCompatibility = "17"
-+ targetCompatibility = "17"
-
- options.encoding = "UTF-8"
- }
---
-2.44.0
-