Skip to content

Commit 55f6898

Browse files
committed
Remove redundant action to make plugins dat file reproducible
Closes gh-29917
1 parent ca23c68 commit 55f6898

File tree

3 files changed

+0
-195
lines changed

3 files changed

+0
-195
lines changed

buildSrc/src/main/java/org/springframework/boot/build/log4j2/ReproducibleLog4j2PluginsDatAction.java

Lines changed: 0 additions & 111 deletions
This file was deleted.

buildSrc/src/test/java/org/springframework/boot/build/log4j2/ReproduciblePluginsDatActionTests.java

Lines changed: 0 additions & 80 deletions
This file was deleted.

spring-boot-project/spring-boot/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ compileTestKotlin {
173173
}
174174
}
175175

176-
compileJava {
177-
doLast new org.springframework.boot.build.log4j2.ReproducibleLog4j2PluginsDatAction()
178-
}
179-
180176
toolchain {
181177
testJvmArgs.add("--add-opens=java.base/java.net=ALL-UNNAMED")
182178
}

0 commit comments

Comments
 (0)