mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-03 17:52:30 +02:00
8 lines
248 B
Properties
8 lines
248 B
Properties
# Enables parallel execution of tasks, allowing multiple tasks to run simultaneously
|
|
org.gradle.parallel=true
|
|
|
|
# Enables build caching to reuse outputs from previous builds for faster execution
|
|
# org.gradle.caching=true
|
|
|
|
org.gradle.build-scan=true
|