This repository was archived by the owner on May 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathgradle.properties
More file actions
39 lines (29 loc) · 1.41 KB
/
Copy pathgradle.properties
File metadata and controls
39 lines (29 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# The sources to be excluded for compile, use ant-style patterns
#source.excludes=com.netflix.interest.engine.bogus/**/*.java
# Resources to exlude from being distributed in the JAR file of the release
#resource.excludes=blah_blah.doc
# Test files to be excluded from the .jar. Use an Ant-style pattern to match package/package/file.
#excludeTest=**
# The sources to be excluded for junit/testng, use ant-style patterns
#test.excludes=**/*$*.class,**/CustomServletTester.class,**/TestResource.class
#test.maxmemory=1024m
#test.jvmargs=-javaagent:build/lib/test/mockit-0.999.8.jar
# Get as many warning messages out of the compiler as possible
javac.lint.option=all
# Ditto for findbugs
findbugs.reportLevel=low
javadoc.overview=./docs/overview.html
javadoc.noqualifier=java.lang:java.util:com.netflix.type
javadoc.access=protected
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx4g -Xms1g -XX:MaxPermSize=1g -XX:+UnlockExperimentalVMOptions
nebula.release.features.replaceDevWithImmutableSnapshot=true
nebula.features.publishing.immutableSnapshotsEnabled=true
systemProp.nebula.features.coreLockingSupport=true
# JFrog does not support sha512 checksums
# See: https://github.com/gradle/gradle/issues/11308
# and: https://www.jfrog.com/jira/browse/RTFACT-21426
systemProp.org.gradle.internal.publish.checksums.insecure=true
# Uncomment this and run ./gradlew generateProto to use a local
# copy of titus-api-definitions
# idlLocal=true