File tree 4 files changed +20
-0
lines changed
4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ permissions:
7
7
actions : write
8
8
concurrency :
9
9
group : ${{ github.workflow }}-${{ github.ref }}
10
+
11
+ env :
12
+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
13
+
10
14
jobs :
11
15
build-and-deploy-snapshot :
12
16
if : ${{ github.repository == 'spring-projects/spring-retry' }}
Original file line number Diff line number Diff line change 5
5
- v2.0.[0-9]+
6
6
concurrency :
7
7
group : ${{ github.workflow }}-${{ github.ref }}
8
+
9
+ env :
10
+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
11
+
8
12
jobs :
9
13
build-and-stage-release :
10
14
if : ${{ github.repository == 'spring-projects/spring-retry' }}
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <extensions >
3
+ <extension >
4
+ <groupId >io.spring.develocity.conventions</groupId >
5
+ <artifactId >develocity-conventions-maven-extension</artifactId >
6
+ <version >0.0.19</version >
7
+ </extension >
8
+ </extensions >
Original file line number Diff line number Diff line change 203
203
<artifactId >maven-surefire-plugin</artifactId >
204
204
<version >3.3.0</version >
205
205
</plugin >
206
+ <plugin >
207
+ <groupId >com.gradle</groupId >
208
+ <artifactId >develocity-maven-extension</artifactId >
209
+ </plugin >
206
210
</plugins >
207
211
</pluginManagement >
208
212
<plugins >
You can’t perform that action at this time.
0 commit comments