-
Notifications
You must be signed in to change notification settings - Fork 54
/
gradle.properties
74 lines (61 loc) · 2.3 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
70
71
72
73
74
org.gradle.caching=true
group=io.ballerina
version=2.2.0-SNAPSHOT
ballerinaToOpenAPIVersion=2.2.0-SNAPSHOT
spotbugsPluginVersion=6.0.18
shadowJarPluginVersion=8.1.1
downloadPluginVersion=5.4.0
releasePluginVersion=2.8.0
# Client Native Version
clientNativeVersion=1.1.0-SNAPSHOT
# Mark this as false to skip publishing the client native artifacts
clientNativePublish=true
#dependency
ballerinaLangVersion=2201.11.0-20241218-101200-109f6cc7
testngVersion=7.6.1
slf4jVersion=1.7.30
org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8
commonsLang3Version=3.14.0
commonsIoVersion=2.15.1
netLingalaZip4jVersion=2.8.0
jacocoVersion=0.8.10
swaggerCoreVersion=2.2.22
swaggerParserVersion=2.1.22
puppycrawlCheckstyleVersion = 10.12.1
commonsCodecVersion=1.16.0
# Stdlib Level 01
stdlibIoVersion=1.7.0-20241218-111600-1da6a3f
stdlibRegexVersion=1.5.0-20241122-102400-e9a90a4
stdlibTimeVersion=2.6.0-20241218-111600-f57d32a
stdlibUrlVersion=2.5.0-20241218-111600-4f962bc
stdlibDataXmldataVersion=1.2.0-20241218-120500-346c5ee
# Stdlib Level 02
stdlibConstraintVersion=1.6.0-20241218-112400-cd313f2
stdlibCryptoVersion=2.8.0-20241218-112400-d6f4922
stdlibLogVersion=2.11.0-20241218-115100-06c729e
stdlibOsVersion=1.9.0-20241218-112400-c81f077
stdlibTaskVersion=2.6.0-20241218-112900-84f2aea
# Stdlib Level 03
stdlibCacheVersion=3.9.0-20241218-114600-9f52392
stdlibFileVersion=1.11.0-20241218-125000-364d941
stdlibMimeVersion=2.11.0-20241218-125100-e28a03b
stdlibUuidVersion=1.9.0-20241218-124000-a38f1c9
# Stdlib Level 04
stdlibAuthVersion=2.13.0-20241218-124900-9203135
stdlibDataJsonDataVersion=1.0.0-20241125-114000-0c2f457
stdlibJwtVersion=2.14.0-20241218-125000-c952d1e
stdlibOAuth2Version=2.13.0-20241218-125400-c7625c1
# Stdlib Level 05
stdlibHttpVersion=2.13.0-20241218-142000-8d9c012
# Stdlib Level 06
stdlibGrpcVersion=1.13.0-20241218-151400-31ca7a8
stdlibWebsocketVersion=2.13.0-20241218-151900-e2412df
stdlibWebsubVersion=2.13.0-20241218-151000-360a43d
# Stdlib Level 07
stdlibGraphqlVersion=1.15.0-20241218-171400-3539776
# Ballerinax Observer
observeVersion=1.4.0-20241218-111700-4d29d40
observeInternalVersion=1.4.0-20241218-112700-be9da2c
# Enabled publishing insecure checksums, due to fail to publish to maven central
# Refer https://github.com/gradle/gradle/issues/11308
systemProp.org.gradle.internal.publish.checksums.insecure=true