-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
41 lines (33 loc) · 1.14 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
systemProp.org.gradle.internal.launcher.welcomeMessageEnabled = false
systemProp.https.protocols = TLSv1,TLSv1.1,TLSv1.2
SONATYPE_HOST = CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED = true
group = com.segence.kafka.connect
POM_ARTIFACT_ID = kafka-connect-kafka
POM_NAME = Kafka Connect Kafka connector
POM_DESCRIPTION = A connector with a Kafka sink.
POM_INCEPTION_YEAR = 2024
POM_URL = https://github.com/Segence/kafka-connect-kafka
POM_SCM_URL = https://github.com/Segence/kafka-connect-kafka
POM_LICENCE_NAME = The Apache Software License, Version 2.0
POM_LICENCE_URL = https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST = repo
POM_DEVELOPER_ID = robvadai
POM_DEVELOPER_NAME = Rob Vadai
POM_DEVELOPER_URL = https://github.com/robvadai
scalaVersions = 2.13.14
defaultScalaVersions = 2.13.14
jacocoVersion = 0.8.12
checkstyleVersion = 10.20.1
confluentVersion = 7.7.0
embeddedKafkaVersion = 3.7.1.1
flexmarkVersion = 0.62.2
junitVersion = 5.11.2
junitPlatformVersion = 1.11.0-M2
kafkaVersion = 7.7.0-ccs
mockitoVersion = 5.14.2
scalaTestVersion = 3.2.19
scalaTestPlusVersion = 3.2.19.1
slf4jVersion = 2.0.16
sttpVersion = 3.10.1
spotbugsVersion = 4.8.6