summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index db544da..d5e342e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2,8 +2,6 @@ apply plugin: 'java'
apply plugin: 'application'
compileJava.options.encoding = 'UTF-8'
-
-
mainClassName = 'com.benburwell.planes.gui.Main1090'
// In this section you declare where to find the dependencies of your project
@@ -34,3 +32,4 @@ jar {
)
}
}
+