Skip to content

Commit

Permalink
remove aot again
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Jul 4, 2024
1 parent 82ea6a5 commit 35eff24
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ buildscript {
plugins {
id "java"
id "org.springframework.boot" version "3.3.1"
id "org.springframework.boot.aot" version "3.3.1"
id "idea"
id "com.adarshr.test-logger" version "4.0.0"
}
Expand Down Expand Up @@ -130,15 +129,6 @@ test {
}
}

processAot {
environment("FAF_DOMAIN", "faforever.com")
environment("API_PROFILE", "")
}

processTestAot {
enabled = false
}

ext {

}
Expand Down

0 comments on commit 35eff24

Please sign in to comment.