forked from pgjdbc/pgjdbc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
39 lines (32 loc) · 1.45 KB
/
gradle.properties
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
org.gradle.parallel=true
org.gradle.jvmargs=-XX:MaxMetaspaceSize=768m
# Build cache can be disabled with --no-build-cache option
org.gradle.caching=true
#org.gradle.caching.debug=true
s3.build.cache=true
# See https://github.com/gradle/gradle/pull/11358
# repository.apache.org does not yet support .sha256 and .sha512 checksums
systemProp.org.gradle.internal.publish.checksums.insecure=true
kotlin.code.style=official
# This is version for PgJdbc itself
# Note: it should not include "-SNAPSHOT" as it is automatically added by build.gradle.kts
# Release version can be generated by using -Prelease or -Prc=<int> arguments
pgjdbc.version=42.7.4
lastEditYear=2024
# The options below configures the use of local clone (e.g. testing development versions)
# You can pass un-comment it, or pass option -PlocalReleasePlugins, or -PlocalReleasePlugins=<path>
# localReleasePlugins=../vlsi-release-plugins
# By default, Maven Local repository is not used
# enableMavenLocal=true
# Gradle metadata is not well supported in the build script, so it is disabled for now
# publishGradleMetadata=true
slowTestLogThreshold=2000
slowSuiteLogThreshold=500
# Tools
# The version below are listed for reference only, and they can be overridden by command line
# via -Pcheckstyle.version=...
# If you want to upgrade a version, modify the relevant toolVersion = "..." line in *.gradle.kts
#checkerframework.version=3.30.0
#checkstyle.version=9.3
#jacoco.version=0.8.5
#spotbugs.version=4.0.0