Skip to content

Instantly share code, notes, and snippets.

View 1-alex98's full-sized avatar
💥

Alexander von Trostorff 1-alex98

💥
View GitHub Profile
@1-alex98
1-alex98 / gist:9e85054a82da53285cd9e0d282db8f93
Created May 20, 2020 17:53
Build.gradle for javafx application java 11
View gist:9e85054a82da53285cd9e0d282db8f93
plugins {
id 'application'
id 'org.openjfx.javafxplugin' version '0.0.8'
}
repositories {
mavenCentral()
}
int javafxVersion=11
String javafxPlatform ="undefined"