Skip to content

Commit ea698e4

Browse files
committed
Merge branch '3.2.x' into 3.3.x
Closes spring-projectsgh-41982
2 parents 7fbb79b + b288730 commit ea698e4

File tree

3 files changed

+1
-43
lines changed

3 files changed

+1
-43
lines changed

buildSrc/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ dependencies {
4040
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:${javaFormatVersion}")
4141

4242
implementation(platform("org.springframework:spring-framework-bom:${versions.springFramework}"))
43-
implementation("com.diffplug.gradle:goomph:3.37.2")
4443
implementation("dev.adamko.dokkatoo:dokkatoo-plugin:2.3.1")
4544
implementation("com.fasterxml.jackson.core:jackson-databind:${versions.jackson}")
4645
implementation("com.github.node-gradle:gradle-node-plugin:3.5.1")

buildSrc/src/main/java/org/springframework/boot/build/context/properties/ConfigurationPropertiesPlugin.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2023 the original author or authors.
2+
* Copyright 2012-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -33,7 +33,6 @@
3333
import org.gradle.api.tasks.compile.JavaCompile;
3434
import org.gradle.language.base.plugins.LifecycleBasePlugin;
3535

36-
import org.springframework.boot.build.processors.ProcessedAnnotationsPlugin;
3736
import org.springframework.util.StringUtils;
3837

3938
/**
@@ -92,7 +91,6 @@ private void configureConfigurationPropertiesAnnotationProcessor(Project project
9291
.add(project.getDependencies()
9392
.project(Collections.singletonMap("path",
9493
":spring-boot-project:spring-boot-tools:spring-boot-configuration-processor")));
95-
project.getPlugins().apply(ProcessedAnnotationsPlugin.class);
9694
}
9795

9896
private void disableIncrementalCompilation(Project project) {

buildSrc/src/main/java/org/springframework/boot/build/processors/ProcessedAnnotationsPlugin.java

-39
This file was deleted.

0 commit comments

Comments
 (0)