Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 18db12d

Browse files
authored
enable javadoc for jetty client. (#1734) (#1735)
1 parent 8ea6794 commit 18db12d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -500,11 +500,6 @@ subprojects {
500500
}
501501
}
502502

503-
// TODO[rghetia]: remove this in a differnt PR when the artifact http-jetty-client is ready.
504-
tasks.javadoc.onlyIf {
505-
project.name != 'opencensus-contrib-http-jetty-client'
506-
}
507-
508503
// For projects that depend on gRPC during test execution, make sure to
509504
// also configure ALPN if running on a platform (e.g. FreeBSD) that is not
510505
// supported by io.netty:netty-tcnative-boringssl-static:jar. Also see:

0 commit comments

Comments
 (0)