Skip to content

Commit

Permalink
Fix insecure url docs in build.gradle (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doc94 committed Mar 7, 2023
1 parent d28d287 commit 98445bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ allprojects {
links = [
jdk_javadoc,
"https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-databind/2.12.7/",
"http://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/",
"https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/",
"https://projectreactor.io/docs/core/3.4.26/api/",
"https://projectreactor.io/docs/netty/1.0.27/api/",
"https://projectreactor.io/docs/extra/3.4.9/api/",
Expand Down

0 comments on commit 98445bc

Please sign in to comment.