8 lines
514 B
Properties
8 lines
514 B
Properties
org.gradle.jvmargs=-Xmx4G
|
|
org.gradle.daemon=false
|
|
org.gradle.parallel=false
|
|
# GitHub user and password (workaround for OSSRH beeing sunset - https://central.sonatype.org/pages/ossrh-eol/
|
|
# https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic
|
|
# https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry#authenticating-to-github-packages
|
|
gpr.user=""
|
|
gpr.key=""
|