Skip to content

Commit d620337

Browse files
bric3claude
andcommitted
chore(smoke-tests): remove unused Spring Boot plugin from kafkaschemaregistry
The Spring Boot Gradle plugin was applied but the module never produced a bootJar/bootWar — it ships a shadow jar instead. Removing the plugin eliminates a Gradle-9 blocker (the plugin's pre-3.5.0 versions call `Configuration.getUploadTaskName()`, removed in Gradle 9) with no behavioural change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0139443 commit d620337

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

dd-smoke-tests/datastreams/kafkaschemaregistry/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
33
plugins {
44
id 'com.gradleup.shadow'
55
id 'java'
6-
id 'org.springframework.boot' version '2.6.3'
76
}
87

98
apply from: "$rootDir/gradle/java.gradle"
10-
apply from: "$rootDir/gradle/spring-boot-plugin.gradle"
119
description = 'Kafka Smoke Tests.'
1210

1311
tasks.named("jar", Jar) {

0 commit comments

Comments
 (0)