File tree Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,9 @@ updates:
18
18
update-types :
19
19
- patch
20
20
patterns :
21
- - com .gradle.*
21
+ - org .gradle.*
22
22
- com.github.spotbugs
23
23
- io.spring.*
24
- - org.ajoberstar.grgit
25
24
- org.antora
26
25
- com.google.protobuf
27
26
- io.micrometer:micrometer-docs-generator
@@ -64,10 +63,9 @@ updates:
64
63
update-types :
65
64
- patch
66
65
patterns :
67
- - com .gradle.*
66
+ - org .gradle.*
68
67
- com.github.spotbugs
69
68
- io.spring.*
70
- - org.ajoberstar.grgit
71
69
- org.antora
72
70
- com.google.protobuf
73
71
- io.micrometer:micrometer-docs-generator
@@ -110,10 +108,9 @@ updates:
110
108
update-types :
111
109
- patch
112
110
patterns :
113
- - com .gradle.*
111
+ - org .gradle.*
114
112
- com.github.spotbugs
115
113
- io.spring.*
116
- - org.ajoberstar.grgit
117
114
- org.antora
118
115
- com.google.protobuf
119
116
- io.micrometer:micrometer-docs-generator
@@ -141,7 +138,7 @@ updates:
141
138
directory : /
142
139
schedule :
143
140
interval : weekly
144
- day : saturday
141
+ day : sunday
145
142
labels :
146
143
- ' type: task'
147
144
groups :
@@ -153,7 +150,7 @@ updates:
153
150
directory : /
154
151
schedule :
155
152
interval : weekly
156
- day : saturday
153
+ day : sunday
157
154
labels :
158
155
- ' type: task'
159
156
groups :
@@ -166,7 +163,7 @@ updates:
166
163
directory : /
167
164
schedule :
168
165
interval : weekly
169
- day : saturday
166
+ day : sunday
170
167
labels :
171
168
- ' type: task'
172
169
groups :
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ buildscript {
17
17
plugins {
18
18
id ' base'
19
19
id ' io.spring.nohttp' version ' 0.0.11' apply false
20
- id ' org.ajoberstar.grgit' version ' 5.3.2'
21
20
id ' io.spring.dependency-management' version ' 1.1.7'
22
21
id ' org.jetbrains.dokka' version ' 1.9.20'
23
22
id ' org.antora' version ' 1.0.0'
46
45
linkScmConnection = ' scm:git:git://github.com/spring-projects/spring-integration.git'
47
46
linkScmDevConnection
= ' scm:git:ssh://[email protected] :spring-projects/spring-integration.git'
48
47
49
- modifiedFiles =
50
- files()
51
- .from {
52
- files(grgit. status(). unstaged. modified)
53
- .filter { f -> f. name. endsWith(' .java' ) || f. name. endsWith(' .kt' ) || f. name. endsWith(' .groovy' ) }
54
- }
55
- modifiedFiles. finalizeValueOnRead()
56
-
57
48
apacheSshdVersion = ' 2.15.0'
58
49
artemisVersion = ' 2.41.0'
59
50
aspectjVersion = ' 1.9.24'
You can’t perform that action at this time.
0 commit comments