We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c46b34 commit 83f2185Copy full SHA for 83f2185
build.gradle
@@ -39,7 +39,7 @@ ext {
39
linkScmUrl = 'https://github.com/spring-projects/spring-integration'
40
linkScmConnection = 'scm:git:git://github.com/spring-projects/spring-integration.git'
41
linkScmDevConnection = 'scm:git:ssh://[email protected]:spring-projects/spring-integration.git'
42
- docResourcesVersion = '0.1.3.RELEASE'
+ docResourcesVersion = '0.2.0.RELEASE'
43
44
modifiedFiles =
45
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
0 commit comments