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