```tasks.withType<JavaExec> { systemPropert...
# gradle
c
Copy code
tasks.withType<JavaExec> {
	systemProperties["spring.profiles.active"] = "dev"
}