forked from pgjdbc/pgjdbc
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
30 lines (24 loc) · 1.11 KB
/
gradle.properties
File metadata and controls
30 lines (24 loc) · 1.11 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
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 argument
pgjdbc.version=42.7.11
lastEditYear=2026
# 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