forked from ballerina-platform/openapi-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.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-20241121-075100-c4c87cbc
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-20241121-173300-0fbd5d4
stdlibRegexVersion=1.5.0-20241122-102400-e9a90a4
stdlibTimeVersion=2.6.0-20241122-120400-97742a7
stdlibUrlVersion=2.5.0-20241122-120400-67af694
stdlibDataXmldataVersion=1.2.0-20241129-110700-14aff6e
# Stdlib Level 02
stdlibConstraintVersion=1.6.0-20241122-133100-98689e2
stdlibCryptoVersion=2.8.0-20241122-130800-24f1267
stdlibLogVersion=2.11.0-20241122-150100-2e1a3ca
stdlibOsVersion=1.9.0-20241122-071800-1fae486
stdlibTaskVersion=2.6.0-20241122-124800-cb84357
# Stdlib Level 03
stdlibCacheVersion=3.9.0-20241122-182900-c956a97
stdlibFileVersion=1.11.0-20241122-180900-dff344c
stdlibMimeVersion=2.11.0-20241125-094600-bbddf94
stdlibUuidVersion=1.9.0-20241125-110300-5eb185d
# Stdlib Level 04
stdlibAuthVersion=2.13.0-20241125-094500-d380c71
stdlibDataJsonDataVersion=1.0.0-20241125-114000-0c2f457
stdlibJwtVersion=2.14.0-20241125-085500-10a9526
stdlibOAuth2Version=2.13.0-20241126-071700-7eb9e0b
# Stdlib Level 05
stdlibHttpVersion=2.13.0-20241126-181000-6585cc5
# Stdlib Level 06
stdlibGrpcVersion=1.13.0-20241126-215800-1a63b04
stdlibWebsocketVersion=2.13.0-20241127-103500-476d1aa
stdlibWebsubVersion=2.13.0-20241127-090200-25c84df
# Stdlib Level 07
stdlibGraphqlVersion=1.15.0-20241127-145000-9be4f77
# Ballerinax Observer
observeVersion=1.4.0-20241122-184200-c596093
observeInternalVersion=1.4.0-20241122-185200-9e5b1bb
# 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