Merge pull request #117 from MC-XiaoHei/patch-1
fix dumplicate in build.gradle.kts.patch
This commit is contained in:
@@ -110,14 +110,3 @@
|
|||||||
"Build-Number" to (build ?: ""),
|
"Build-Number" to (build ?: ""),
|
||||||
"Build-Time" to buildTime.toString(),
|
"Build-Time" to buildTime.toString(),
|
||||||
"Git-Branch" to gitBranch,
|
"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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user