File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 45
45
linkScmConnection = ' scm:git:git://github.com/spring-projects/spring-integration.git'
46
46
linkScmDevConnection
= ' scm:git:ssh://[email protected] :spring-projects/spring-integration.git'
47
47
48
- modifiedFiles = ! isCI
49
- ? files(grgit. status(). unstaged. modified). filter { f -> f. name. endsWith(' .java' ) || f. name. endsWith(' .kt' ) }
50
- : files()
48
+ modifiedFiles =
49
+ files()
50
+ .from {
51
+ files(grgit. status(). unstaged. modified)
52
+ .filter { f -> f. name. endsWith(' .java' ) || f. name. endsWith(' .kt' ) }
53
+ }
54
+ modifiedFiles. finalizeValueOnRead()
51
55
52
56
apacheSshdVersion = ' 2.10.0'
53
57
artemisVersion = ' 2.30.0'
92
96
micrometerTracingVersion = ' 1.2.0-SNAPSHOT'
93
97
micrometerVersion = ' 1.12.0-SNAPSHOT'
94
98
mockitoVersion = ' 5.5.0'
95
- mongoDriverVersion = ' 4.10.2 '
99
+ mongoDriverVersion = ' 4.11.0 '
96
100
mysqlVersion = ' 8.0.33'
97
101
oracleVersion = ' 23.3.0.23.09'
98
102
pahoMqttClientVersion = ' 1.2.5'
You can’t perform that action at this time.
0 commit comments