2024-04-01
This commit is contained in:
@@ -7,17 +7,29 @@
|
||||
|
||||
plugins {
|
||||
id("elex-application")
|
||||
id("org.openjfx.javafxplugin") version "0.0.10"
|
||||
id("org.beryx.jlink") version "2.23.1"
|
||||
idea
|
||||
id("org.openjfx.javafxplugin") version "0.1.0"
|
||||
id("org.beryx.jlink") version "3.0.1"
|
||||
}
|
||||
application {
|
||||
mainClass.set("kr.pe.elex.examples.fxml.FxmlApplication")
|
||||
mainModule.set("kr.pe.elex.examples.fxml")
|
||||
}
|
||||
javafx {
|
||||
version = "11.0.2"
|
||||
version = "23-ea+3"
|
||||
modules = listOf("javafx.controls", "javafx.fxml")
|
||||
}
|
||||
jlink {
|
||||
launcher {
|
||||
name = project.name
|
||||
}
|
||||
}
|
||||
idea{
|
||||
module {
|
||||
isDownloadJavadoc=true
|
||||
isDownloadSources=true
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
/*
|
||||
* JavaFx Examples
|
||||
*
|
||||
* Copyright (c) 2021. Elex. All Rights Reserved.
|
||||
* Copyright (c) 2021-2024. Elex. All Rights Reesrved.
|
||||
* https://www.elex-project.com/
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user