Select Git revision
.gitlab-ci.yml
Forked from
COUETOUX Basile / FirefighterStarter
Source project has a limited visibility.
-
LABOUREL Arnaud authoredLABOUREL Arnaud authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This GitLab CI configuration is valid.
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()
}