Select Git revision
compiler.xml
Forked from
COUETOUX Basile / graphic-2020
Source project has a limited visibility.
-
couetoux.b authoredcouetoux.b authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
build.gradle 343 B
plugins {
id 'java'
}
plugins {
id 'application'
id "org.openjfx.javafxplugin" version "0.0.8"
}
javafx {
version = "11"
modules = [ 'javafx.controls', 'javafx.fxml' ]
}
version '1.0-SNAPSHOT'
repositories {
mavenCentral()
}
dependencies {
}
mainClassName = "serializer.App"
test {
useJUnitPlatform()
}