Skip to content

Commit 35eff24

Browse files
committed
remove aot again
1 parent 82ea6a5 commit 35eff24

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ buildscript {
1212
plugins {
1313
id "java"
1414
id "org.springframework.boot" version "3.3.1"
15-
id "org.springframework.boot.aot" version "3.3.1"
1615
id "idea"
1716
id "com.adarshr.test-logger" version "4.0.0"
1817
}
@@ -130,15 +129,6 @@ test {
130129
}
131130
}
132131

133-
processAot {
134-
environment("FAF_DOMAIN", "faforever.com")
135-
environment("API_PROFILE", "")
136-
}
137-
138-
processTestAot {
139-
enabled = false
140-
}
141-
142132
ext {
143133

144134
}

0 commit comments

Comments
 (0)