diff --git a/tools/bt/build.gradle b/tools/bt/build.gradle index 017ae94..dab84c7 100644 --- a/tools/bt/build.gradle +++ b/tools/bt/build.gradle @@ -22,6 +22,14 @@ application { mainClass = "org.applecommander.bastools.tools.bt.Main" } +// Disable all Spring AOT processing +processAot.configure { + enabled = false; +} +processTestAot.configure { + enabled = false; +} + bootJar { manifest { attributes( diff --git a/tools/st/build.gradle b/tools/st/build.gradle index 1304838..d1300a8 100644 --- a/tools/st/build.gradle +++ b/tools/st/build.gradle @@ -22,6 +22,14 @@ application { mainClass = "org.applecommander.bastools.tools.st.Main" } +// Disable all Spring AOT processing +processAot.configure { + enabled = false; +} +processTestAot.configure { + enabled = false; +} + bootJar { manifest { attributes(