Disable uniqueVersion in order to get a reliable Javadoc link
This commit is contained in:
parent
22bea1da01
commit
14cb20a9f1
|
|
@ -9,6 +9,9 @@ Spring Reactive JAR dependency is available from Spring snapshot repository:
|
|||
- ArtifactId: `spring-reactive`
|
||||
- Version: `0.1.0.BUILD-SNAPSHOT`
|
||||
|
||||
## Documentation
|
||||
See the current [Javadoc][] and [reference docs][].
|
||||
|
||||
## Sample application
|
||||
[Spring Reactive Playground] is a sample application based on Spring Reactive and on MongoDB,
|
||||
Couchbase and PostgreSQL Reactive database drivers.
|
||||
|
|
|
|||
|
|
@ -37,6 +37,14 @@ ext {
|
|||
jettyVersion = '9.3.5.v20151012'
|
||||
}
|
||||
|
||||
uploadArchives {
|
||||
repositories {
|
||||
mavenDeployer {
|
||||
uniqueVersion = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
javadoc {
|
||||
options.author = true
|
||||
options.addStringOption('Xdoclint:none', '-quiet')
|
||||
|
|
|
|||
Loading…
Reference in New Issue