Skip to content

Commit

Permalink
Fix processTestAot
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Jul 4, 2024
1 parent e991a1a commit 8978f59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ processAot {
environment("FAF_DOMAIN", "faforever.com")
}

processTestAot {
environment("FAF_DOMAIN", "faforever.com")
}

ext {

}
Expand Down

0 comments on commit 8978f59

Please sign in to comment.