Files
getting-started/spring-boot/modular/build.gradle
2019-12-14 07:59:28 +11:00

3 lines
56 B
Groovy

tasks.withType(JavaCompile) {
options.fork = true;
}