From 9899e2648b187f060b75009897ac933cdf379f68 Mon Sep 17 00:00:00 2001 From: hitanshu310 Date: Sat, 18 Apr 2026 22:53:32 +0530 Subject: [PATCH] Removing unnecessary agentic changes Hithomelabs/CFTunnels#114 --- build.gradle | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/build.gradle b/build.gradle index 06c54f5..3fc8ac4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,19 +1,9 @@ -buildscript { - repositories { - mavenCentral() - } - dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:3.4.5") - } -} - plugins { id 'java' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.7' } -apply plugin: 'org.springframework.boot' - group = 'com.hithomelabs' version = '0.0.1-SNAPSHOT' @@ -55,7 +45,6 @@ repositories { dependencies { implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.5' implementation group: 'org.springframework.boot', name:'spring-boot-starter-oauth2-client', version: '3.5.5' - implementation 'org.springframework.boot:spring-boot-starter' implementation 'org.springframework.boot:spring-boot-starter-web' compileOnly 'org.projectlombok:lombok:1.18.30' annotationProcessor 'org.projectlombok:lombok:1.18.30'