From 09f02a992a09512d9df9185af5d5ce6e8f286f7b Mon Sep 17 00:00:00 2001 From: Chimakurthi7788 Date: Sun, 15 Dec 2024 01:47:17 +0530 Subject: [PATCH] corrected added space on build.gradle --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5bd625fe2..17c3763e2 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,6 @@ plugins { id "io.spring.nohttp" version "0.0.11" } - apply plugin: 'java' apply plugin: 'checkstyle' apply plugin: 'io.spring.javaformat'