wip
This commit is contained in:
15
examples/gradle-consumer/build.gradle.kts
Normal file
15
examples/gradle-consumer/build.gradle.kts
Normal file
@@ -0,0 +1,15 @@
|
||||
plugins {
|
||||
application
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("dev.jlibghostty:jlibghostty:0.1.0-SNAPSHOT")
|
||||
}
|
||||
|
||||
application {
|
||||
mainClass.set("example.Main")
|
||||
}
|
||||
|
||||
tasks.withType<JavaExec>().configureEach {
|
||||
jvmArgs("--enable-native-access=ALL-UNNAMED")
|
||||
}
|
||||
Reference in New Issue
Block a user