Skip to content

Commit 257cd9d

Browse files
authored
Merge pull request #22 from AppleCommander/dependabot/gradle/org.springframework.boot-4.0.0
Bump org.springframework.boot from 2.7.18 to 4.0.0
2 parents f70ba39 + 60121fb commit 257cd9d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tools/asu/build.gradle

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version "2.7.18"
2+
id 'org.springframework.boot' version "4.0.0"
33
id 'java'
44
id 'application'
55
id 'org.graalvm.buildtools.native' version '0.11.3'
@@ -27,6 +27,14 @@ application {
2727
mainClass = "io.github.applecommander.applesingle.tools.asu.Main"
2828
}
2929

30+
// Disable all Spring AOT processing
31+
processAot.configure {
32+
enabled = false;
33+
}
34+
processTestAot.configure {
35+
enabled = false;
36+
}
37+
3038
bootJar {
3139
manifest {
3240
attributes(

0 commit comments

Comments
 (0)