mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 17:00:52 +01:00
4e2415f671
- uses badass runtime plugin to create platform-specific images (https://badass-runtime-plugin.beryx.org/releases/latest/). - uses kotlin based gradle build script. - uses openjfx's plugin to obtain the required javafx modules - added G-Wasm jar to repo for now, maven link is broken for me - added g_mem_mac executable (https://github.com/dorving/g_mem_mac) - added MacOS readable icon (.icns format) - removed unused and broken imports from PortRequester.java and GEarth.java - added GEarthLauncher.java (see docs for reason)
9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
/*
|
|
* This file was generated by the Gradle 'init' task.
|
|
*
|
|
* This project uses @Incubating APIs which are subject to change.
|
|
*/
|
|
|
|
rootProject.name = "G-Earth-Parent"
|
|
include(":G-Earth")
|