Compare commits

..

2 Commits

Author SHA1 Message Date
M2ke4U
0c9fa9d9e1 Merge pull request #117 from MC-XiaoHei/patch-1
fix dumplicate in build.gradle.kts.patch
2025-06-20 22:43:25 +08:00
MC_XiaoHei
a4124d5cda fix dumplicate in build.gradle.kts.patch 2025-06-20 09:37:36 +08:00

View File

@@ -110,14 +110,3 @@
"Build-Number" to (build ?: ""),
"Build-Time" to buildTime.toString(),
"Git-Branch" to gitBranch,
@@ -393,3 +_,10 @@
classpath(tasks.createReobfPaperclipJar.flatMap { it.outputZip })
mainClass.set(null as String?)
}
+
+// Pufferfish Start
+tasks.withType<JavaCompile> {
+ val compilerArgs = options.compilerArgs
+ compilerArgs.add("--add-modules=jdk.incubator.vector")
+}
+// Pufferfish End