From cf6ad971a65180af98836fd1f617c4965c359642 Mon Sep 17 00:00:00 2001
From: JESUS Antoine <antoine.jesus@telecomnancy.eu>
Date: Wed, 30 Oct 2019 18:59:51 +0100
Subject: [PATCH] Modification du build.gradle

---
 build.gradle | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/build.gradle b/build.gradle
index d36bd4e..28928b1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -28,11 +28,6 @@ dependencies {
     testImplementation 'junit:junit:4.12'
 }
 
-application {
-    // Define the main class for the application
-    mainClassName = 'eu.telecomnancy.App'
-}
-
 sourceSets {
     main {
         java {
@@ -51,3 +46,8 @@ test {
         events "passed", "skipped", "failed"
     }
 }
+
+application {
+    // Define the main class for the application
+    mainClassName = 'eu.telecomnancy.App'
+}
-- 
GitLab