forked from pgjdbc/pgjdbc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
69 lines (60 loc) · 2.21 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
org.gradle.parallel=true
# 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.5.2
# 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
# Plugins
biz.aQute.bnd.builder.version=6.3.1
com.github.autostyle.version=3.2
com.github.burrunan.s3-build-cache.version=1.1
com.github.johnrengelman.shadow.version=5.1.0
com.github.lburgazzoli.karaf.version=0.5.4
com.github.spotbugs.version=2.0.0
com.github.vlsi.vlsi-release-plugins.version=1.82
de.thetaphi.forbiddenapis.version=3.3
kotlin.version=1.3.70
me.champeau.jmh.version=0.6.6
org.checkerframework.version=0.5.5
org.jetbrains.gradle.plugin.idea-ext.version=0.7
org.nosphere.gradle.github.actions.version=1.2.0
org.owasp.dependencycheck.version=5.3.0
# Tools
jacoco.version=0.8.5
checkstyle.version=9.3
spotbugs.version=4.0.0
# Dependencies
checkerframework.version=3.5.0
classloader-leak-test-framework.version=1.1.1
com.ongres.scram.client.version=2.1
hamcrest-date.version=2.0.7
hamcrest.version=2.2
jmh.version=1.12
javaee-api.version=6.0
junit4.version=4.13
junit5.version=5.8.2
junit5-system-stubs-jupiter.version=2.0.1
logback.version=1.1.2
org.apache.felix.framework.version=7.0.5
org.ops4j.pax.exam.version=4.13.5
org.osgi.core.version=5.0.0
org.osgi.service.jdbc.version=1.0.0
pax-url-aether.version=2.6.7
slf4j.version=1.7.25
waffle-jna.version=1.9.1