From 54b7b04433c716db76bc7fa5ec879c1a298e049a Mon Sep 17 00:00:00 2001 From: Chimakurthi7788 Date: Sun, 15 Dec 2024 01:36:40 +0530 Subject: [PATCH] added space on 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'