We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ea6a5 commit 35eff24Copy full SHA for 35eff24
build.gradle
@@ -12,7 +12,6 @@ buildscript {
12
plugins {
13
id "java"
14
id "org.springframework.boot" version "3.3.1"
15
- id "org.springframework.boot.aot" version "3.3.1"
16
id "idea"
17
id "com.adarshr.test-logger" version "4.0.0"
18
}
@@ -130,15 +129,6 @@ test {
130
129
131
132
133
-processAot {
134
- environment("FAF_DOMAIN", "faforever.com")
135
- environment("API_PROFILE", "")
136
-}
137
-
138
-processTestAot {
139
- enabled = false
140
141
142
ext {
143
144
0 commit comments