Remove obsolete 'apply plugin' Gradle directives

- The 'java' plugin is added implicitly by the gradle/javafx.gradle
   script, so there is no longer a need to explicitly apply it.

 - The 'application' plugin is no longer necessary now that we are
   building native installers with the javafx plugin.
This commit is contained in:
Chris Beams 2014-10-09 07:33:28 +02:00
parent 32fb720d2b
commit db663db007
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73

View File

@ -1,5 +1,3 @@
apply plugin: 'java'
apply plugin: 'application'
apply from: 'gradle/javafx.gradle'
version = '0.1.0-SNAPSHOT'