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()