mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-19 14:33:04 +03:00
Добавление JFoenixParts и openjfx для java 12
This commit is contained in:
parent
57359d18a8
commit
a442252d7e
4 changed files with 10 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -4,3 +4,6 @@
|
||||||
[submodule "Radon"]
|
[submodule "Radon"]
|
||||||
path = Radon
|
path = Radon
|
||||||
url = git@github.com:GravitLauncher/Radon.git
|
url = git@github.com:GravitLauncher/Radon.git
|
||||||
|
[submodule "JFoenixParts"]
|
||||||
|
path = JFoenixParts
|
||||||
|
url = git@github.com:leshasmlesha/JFoenixParts.git
|
||||||
|
|
1
JFoenixParts
Submodule
1
JFoenixParts
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit f67c688cc3bb5fdec544e412f4d499600961b2c4
|
|
@ -38,6 +38,11 @@
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
pack project(':LauncherAuthlib')
|
pack project(':LauncherAuthlib')
|
||||||
|
compile group: 'org.openjfx', name: 'javafx-controls', version: '12', classifier: 'win'
|
||||||
|
compile group: 'org.openjfx', name: 'javafx-graphics', version: '12', classifier: 'win'
|
||||||
|
compile group: 'org.openjfx', name: 'javafx-base', version: '12', classifier: 'win'
|
||||||
|
compile group: 'org.openjfx', name: 'javafx-fxml', version: '12', classifier: 'win'
|
||||||
|
bundle 'com.jfoenixparts:jfoenixparts'
|
||||||
bundle 'com.github.oshi:oshi-core:3.13.0'
|
bundle 'com.github.oshi:oshi-core:3.13.0'
|
||||||
bundle 'de.jensd:fontawesomefx:8.9'
|
bundle 'de.jensd:fontawesomefx:8.9'
|
||||||
bundle 'org.apache.httpcomponents:httpclient:4.5.7'
|
bundle 'org.apache.httpcomponents:httpclient:4.5.7'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
rootProject.name = 'GravitLauncher'
|
rootProject.name = 'GravitLauncher'
|
||||||
|
includeBuild 'JFoenixParts'
|
||||||
include 'Launcher'
|
include 'Launcher'
|
||||||
include 'Radon'
|
include 'Radon'
|
||||||
include 'LauncherCore'
|
include 'LauncherCore'
|
||||||
|
|
Loading…
Reference in a new issue