Skip to content

Commit bb93d10

Browse files
committed
DI-3539; Roll back the change of confluent doc version
1 parent 996c2ea commit bb93d10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ project(':kcbq-connector') {
186186

187187
javadoc {
188188
options.links 'http://docs.oracle.com/javase/8/docs/api/'
189-
options.links 'http://docs.confluent.io/5.5.0/connect/javadocs/'
189+
options.links 'http://docs.confluent.io/3.2.0/connect/javadocs/'
190190
options.links 'https://googleapis.dev/java/google-cloud-clients/0.97.0-alpha/'
191191
options.links 'https://kafka.apache.org/0100/javadoc/'
192192
options.links 'https://avro.apache.org/docs/1.8.1/api/java/'
@@ -252,7 +252,7 @@ project('kcbq-api') {
252252

253253
javadoc {
254254
options.links 'http://docs.oracle.com/javase/8/docs/api/'
255-
options.links 'http://docs.confluent.io/5.5.0/connect/javadocs/'
255+
options.links 'http://docs.confluent.io/3.2.0/connect/javadocs/'
256256
}
257257

258258
dependencies {
@@ -316,7 +316,7 @@ project('kcbq-confluent') {
316316

317317
javadoc {
318318
options.links 'http://docs.oracle.com/javase/8/docs/api/'
319-
options.links 'http://docs.confluent.io/5.5.0/connect/javadocs/'
319+
options.links 'http://docs.confluent.io/3.2.0/connect/javadocs/'
320320
}
321321

322322
dependencies {

0 commit comments

Comments
 (0)