Skip to content

Commit

Permalink
Restored deactivation for dev env config
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Greffier committed Mar 8, 2022
1 parent 16a6c99 commit 9576e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tasks.withType(JavaCompile) {
}

run {
environment( "MICRONAUT_ENVIRONMENTS","dev")
//environment( "MICRONAUT_ENVIRONMENTS","dev")
}

test {
Expand Down

0 comments on commit 9576e37

Please sign in to comment.