Skip to content

Commit

Permalink
testing removing gradle properties
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Palis <[email protected]>
  • Loading branch information
joshpalis committed Jan 26, 2024
1 parent f4fa29e commit 331b1b7
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,4 @@ options.forkOptions.memoryMaximumSize=2g

# Disable duplicate project id detection
# See https://docs.gradle.org/current/userguide/upgrading_version_6.html#duplicate_project_names_may_cause_publication_to_fail
systemProp.org.gradle.dependency.duplicate.project.detection=false

# Enforce the build to fail on deprecated gradle api usage
systemProp.org.gradle.warning.mode=fail

# forcing to use TLS1.2 to avoid failure in vault
# see https://github.com/hashicorp/vault/issues/8750#issuecomment-631236121
systemProp.jdk.tls.client.protocols=TLSv1.2

# jvm args for faster test execution by default
systemProp.tests.jvm.argline=-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m
systemProp.org.gradle.dependency.duplicate.project.detection=false

0 comments on commit 331b1b7

Please sign in to comment.