79279148

Date: 2024-12-13 17:40:25
Score: 1.5
Natty:
Report link

In Gradle you can put

tasks.named('test') {
    useJUnitPlatform()
    systemProperty("spring.profiles.active", "test")
}

to set your Spring Profile to test for this task.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: TobiMoss