From 7cd61c50e667b425b819716a7509b3f0babe3605 Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Mon, 20 Mar 2023 23:23:43 +0100 Subject: [PATCH] Should not have done this there, I will do on another branch another time Signed-off-by: Anthony Debucquoy --- app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 52532f1..3f8d793 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,6 @@ plugins { // Apply the application plugin to add support for building a CLI application in Java. id 'application' - id 'checkstyle' id 'org.openjfx.javafxplugin' version '0.0.13' }