All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 44s
- Deleted build.gradle.kts, gradle.properties, and gradlew files as part of the cleanup process. - Removed local.properties and various generated files from the .gradle directory to streamline the project structure. - Cleared out unnecessary build artifacts and intermediate files to improve project maintainability.
35 lines
1.0 KiB
Properties
35 lines
1.0 KiB
Properties
# Project-wide Gradle settings.
|
|
# For more details on how to configure your build, see
|
|
# http://www.gradle.org/docs/current/userguide/build_setting.html
|
|
|
|
# IDE (e.g. Android Studio) users:
|
|
# Gradle settings configured through the IDE *will override*
|
|
# any settings specified in this file.
|
|
|
|
# For more details on how to configure your build, see
|
|
# http://www.gradle.org/docs/current/userguide/build_setting.html
|
|
|
|
# The Gradle daemon will run in the background.
|
|
# Default is true.
|
|
org.gradle.daemon=true
|
|
|
|
# The Gradle daemon will be started with 4096MB of memory.
|
|
# Default is 512MB.
|
|
org.gradle.jvmargs=-Xmx4096m
|
|
|
|
# When set to true the Gradle daemon will reuse any existing idle daemon.
|
|
# Default is true.
|
|
org.gradle.parallel=true
|
|
|
|
# When set to true, Gradle will attempt to configure only necessary projects.
|
|
# Default is false.
|
|
org.gradle.configureondemand=true
|
|
|
|
# When set to true, Gradle will use the configuration cache.
|
|
# Default is false.
|
|
org.gradle.configuration-cache=true
|
|
|
|
kotlin.code.style=official
|
|
android.useAndroidX=true
|
|
android.nonTransitiveRClass=true
|