mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 21:21:33 +00:00
ffi: migrate to java.lang.foreign and require Java 21
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
plugins {
|
||||
kotlin("jvm") version "1.9.10" apply false
|
||||
kotlin("plugin.serialization") version "1.9.10" apply false
|
||||
id("gay.pizza.pork.root")
|
||||
}
|
||||
|
||||
tasks.withType<Wrapper> {
|
||||
gradleVersion = "8.3"
|
||||
gradleVersion = "8.4-rc-1"
|
||||
}
|
||||
|
Reference in New Issue
Block a user