Fix build

This commit is contained in:
MrHua269
2025-01-12 15:06:19 +08:00
parent 7cde9ec70b
commit 8b17257f15

View File

@@ -30,3 +30,14 @@
} }
} }
} }
@@ -258,3 +_,10 @@
tasks.check {
dependsOn(scanJarForOldGeneratedCode)
}
+
+// Pufferfish Start
+tasks.withType<JavaCompile> {
+ val compilerArgs = options.compilerArgs
+ compilerArgs.add("--add-modules=jdk.incubator.vector")
+}
+// Pufferfish End