From 53a09df32f2d7d96d1243a50b7874d8c05090d96 Mon Sep 17 00:00:00 2001 From: Morph01 <145839520+Morph01@users.noreply.github.com> Date: Mon, 31 Mar 2025 14:05:35 +0200 Subject: [PATCH] update gitignore --- .gitignore | 1 + app/build.gradle | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ec5ce5e..8081ca6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ build config.properties .direnv +app/bin/ \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 6c443b5..990d74d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,11 +36,6 @@ java { } } -application { - // Define the main class for the application. - mainClass = 'clientserver.App' -} - tasks.named('test') { // Use JUnit Platform for unit tests. useJUnitPlatform()