Files
detekt/gradle.properties
Matthew Haughton c84834165a GitHub Actions tweaks (#4194)
* Update to setup-java@v2

Missed in #3704

* Use consistent file encoding across builds

This changes to use the recommended config from
https://docs.gradle.org/7.0/userguide/common_caching_problems.html#system_file_encoding

* Don't disable build cache when generating JaCoCo merged report

* Don't set JDK_VERSION env var

This is unnecessary as it isn't used anywhere in the build.

* Remove redundant setup-java action from FOSSA scan workflow

* Ignore the whole FOSSA scan workflow in forks

This ignores the whole job instead of just the fossa-scan action, since we
don't need to run any part of the job in forks of detekt.
2021-10-21 18:58:54 +11:00

6 lines
198 B
INI

kotlin.code.style=official
systemProp.sonar.host.url=http://localhost:9000
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8