Remove redundant action to make plugins dat file reproducible

Closes gh-29917
This commit is contained in:
Andy Wilkinson
2022-02-21 14:01:04 +00:00
parent ca23c68b1c
commit 55f68989d8
3 changed files with 0 additions and 195 deletions

View File

@@ -173,10 +173,6 @@ compileTestKotlin {
}
}
compileJava {
doLast new org.springframework.boot.build.log4j2.ReproducibleLog4j2PluginsDatAction()
}
toolchain {
testJvmArgs.add("--add-opens=java.base/java.net=ALL-UNNAMED")
}