chore: update build files
This commit is contained in:
@@ -29,7 +29,6 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'org.jfxtras:jmetro:11.6.16'
|
implementation 'org.jfxtras:jmetro:11.6.16'
|
||||||
implementation 'org.controlsfx:controlsfx:11.1.0'
|
implementation 'org.controlsfx:controlsfx:11.1.0'
|
||||||
implementation 'org.eclipse.fx:org.eclipse.fx.drift:1.0.0'
|
|
||||||
|
|
||||||
implementation platform("org.lwjgl:lwjgl-bom:$lwjglVersion")
|
implementation platform("org.lwjgl:lwjgl-bom:$lwjglVersion")
|
||||||
implementation "org.lwjgl:lwjgl"
|
implementation "org.lwjgl:lwjgl"
|
||||||
|
|||||||
@@ -8,6 +8,10 @@ app {
|
|||||||
display-name = "Oraksi"
|
display-name = "Oraksi"
|
||||||
rdns-name = "com.lenis0012.oraksi"
|
rdns-name = "com.lenis0012.oraksi"
|
||||||
|
|
||||||
|
machines = [
|
||||||
|
"windows.amd64"
|
||||||
|
]
|
||||||
|
|
||||||
// Windows gets square icons, macOS and Linux icons with rounded corners.
|
// Windows gets square icons, macOS and Linux icons with rounded corners.
|
||||||
icons = {
|
icons = {
|
||||||
label = "Ok"
|
label = "Ok"
|
||||||
@@ -31,9 +35,10 @@ app {
|
|||||||
// Required options because module is converted to jar (https://github.com/hydraulic-software/conveyor/issues/55)
|
// Required options because module is converted to jar (https://github.com/hydraulic-software/conveyor/issues/55)
|
||||||
options += "--enable-native-access=ALL-UNNAMED"
|
options += "--enable-native-access=ALL-UNNAMED"
|
||||||
options += "--add-opens=javafx.graphics/javafx.scene=ALL-UNNAMED"
|
options += "--add-opens=javafx.graphics/javafx.scene=ALL-UNNAMED"
|
||||||
|
modules = [javafx.base, javafx.controls, javafx.fxml]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
; app.windows.console = true
|
app.windows.console = true
|
||||||
|
|
||||||
conveyor.compatibility-level = 8
|
conveyor.compatibility-level = 8
|
||||||
|
|||||||
@@ -10,9 +10,9 @@ module oraksi {
|
|||||||
|
|
||||||
requires org.lwjgl.glfw;
|
requires org.lwjgl.glfw;
|
||||||
requires org.lwjgl.opengl;
|
requires org.lwjgl.opengl;
|
||||||
requires org.lwjgl.natives;
|
// requires org.lwjgl.natives;
|
||||||
requires org.lwjgl.glfw.natives;
|
// requires org.lwjgl.glfw.natives;
|
||||||
requires org.lwjgl.opengl.natives;
|
// requires org.lwjgl.opengl.natives;
|
||||||
|
|
||||||
opens com.lenis0012.oraksi to javafx.fxml;
|
opens com.lenis0012.oraksi to javafx.fxml;
|
||||||
opens com.lenis0012.oraksi.lwjgl to javafx.fxml;
|
opens com.lenis0012.oraksi.lwjgl to javafx.fxml;
|
||||||
|
|||||||
Reference in New Issue
Block a user