From 3c9729bd52dc24c0109a18d1924d30a9c14b3b06 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 19 Nov 2016 19:04:20 -0500 Subject: Get gradle working --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build.gradle') 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 { ) } } + -- cgit v1.2.3