summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorBen Burwell <ben.burwell@trifecta.com>2016-11-19 19:04:20 -0500
committerBen Burwell <ben.burwell@trifecta.com>2016-11-19 19:04:20 -0500
commit3c9729bd52dc24c0109a18d1924d30a9c14b3b06 (patch)
tree9992d75ba28542c5f1bb20814424b280c99239a4 /build.gradle
parent380f579d9e49a0dfbde32e9141f5edf0a9a4d088 (diff)
Get gradle working
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 {
)
}
}
+