integration-service/gradle.properties

9 lines
304 B
Properties

# Build settings
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
# Spring profile filtered into application.yaml (Maven 'default'/'dev' profile equivalent)
# Override on the command line, e.g. ./gradlew bootRun -PactiveProfile=dev
activeProfile=default