From e3bdc2016b19f2920a17d4504f152d136b05c2b6 Mon Sep 17 00:00:00 2001
From: jovanovk <kevin.jovanovic@reutlingen-university.de>
Date: Wed, 27 May 2020 11:06:07 +0200
Subject: [PATCH] test etc added

---
 cards/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cards/build.gradle b/cards/build.gradle
index 186783b..bde73e3 100644
--- a/cards/build.gradle
+++ b/cards/build.gradle
@@ -33,7 +33,7 @@ dependencies {
 
 application {
     // Define the main class for the application.
-    mainClassName = 'io.fp.shoes.App'
+    mainClassName = 'io.fp.cards.App'
 }
 
 test {
-- 
GitLab