Skip to content

Commit

Permalink
Use version property for javadoc links and update to latest spring patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Jan 2, 2019
1 parent a44f020 commit 9778bc3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ buildscript {
grpcVersion = '1.17.1'
protobufVersion = '3.6.1'
protobufGradlePluginVersion = '0.8.7'
nettyTCNativeVersion = '2.0.17.Final'
nettyTCNativeVersion = '2.0.17.Final' // Needs to be compatbile with the 'grpcVersion'

springBootVersion = '2.0.6.RELEASE'
springSecurityVersion = '5.0.9.RELEASE'
springBootVersion = '2.0.7.RELEASE'
springVersion = '5.0.11.RELEASE' // Based on the version contained in 'springBootVersion'
springSecurityVersion = '5.0.10.RELEASE'
springCloudVersion = 'Finchley.SR2'
springCloudSleuthVersion = '2.0.2.RELEASE'
springCloudConsulVersion = '2.0.1.RELEASE'
Expand Down Expand Up @@ -96,8 +97,8 @@ allprojects {
def links = [
'https://docs.oracle.com/javase/8/docs/api/',
'https://grpc.io/grpc-java/javadoc/',
'https://docs.spring.io/spring-framework/docs/5.0.9.RELEASE/javadoc-api/',
'https://docs.spring.io/spring-security/site/docs/5.0.9.RELEASE/api/'
'https://docs.spring.io/spring-framework/docs/' + springVersion + '/javadoc-api/',
'https://docs.spring.io/spring-security/site/docs/' + springSecurityVersion + '/api/'
];
options.setLinks(links)
}
Expand Down

0 comments on commit 9778bc3

Please sign in to comment.