-
Notifications
You must be signed in to change notification settings - Fork 67
/
gradle.properties
64 lines (51 loc) · 1.87 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
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
mavenCentralMirror=https://repo1.maven.org/maven2/
mavenSnapshotsRepo=https://s01.oss.sonatype.org/content/repositories/snapshots/
mavenReleasesRepo=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
systemProp.scala_binary_version=2.12
systemProp.known_scala_binary_versions=2.12,2.13
systemProp.spark_binary_version=3.5
systemProp.known_spark_binary_versions=3.3,3.4,3.5
group=com.clickhouse.spark
clickhouse_jdbc_version=0.6.3
spark_33_version=3.3.4
spark_34_version=3.4.2
spark_35_version=3.5.1
spark_33_scala_212_version=2.12.15
spark_34_scala_212_version=2.12.17
spark_35_scala_212_version=2.12.18
spark_33_scala_213_version=2.13.8
spark_34_scala_213_version=2.13.8
spark_35_scala_213_version=2.13.8
spark_33_antlr_version=4.8
spark_34_antlr_version=4.9.3
spark_35_antlr_version=4.9.3
spark_33_jackson_version=2.13.4
spark_34_jackson_version=2.14.2
spark_35_jackson_version=2.15.2
spark_33_slf4j_version=1.7.32
spark_34_slf4j_version=2.0.6
spark_35_slf4j_version=2.0.7
# Align with Apache Spark, and don't bundle them in release jar.
commons_lang3_version=3.12.0
commons_codec_version=1.16.0
# javax annotations removed in jdk 11
# fix build error with jakarta annotations
jakarta_annotation_api_version=1.3.5
# Test only
kyuubi_version=1.9.2
testcontainers_scala_version=0.41.2
scalatest_version=3.2.16
flexmark_version=0.62.2