Skip to content

Commit

Permalink
Add Develocity support to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Oct 16, 2024
1 parent 76b41e8 commit 50e7d82
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ permissions:
actions: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}

jobs:
build-and-deploy-snapshot:
if: ${{ github.repository == 'spring-projects/spring-retry' }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
- v2.0.[0-9]+
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}

jobs:
build-and-stage-release:
if: ${{ github.repository == 'spring-projects/spring-retry' }}
Expand Down
8 changes: 8 additions & 0 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<extensions>
<extension>
<groupId>io.spring.develocity.conventions</groupId>
<artifactId>develocity-conventions-maven-extension</artifactId>
<version>0.0.19</version>
</extension>
</extensions>
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.0</version>
</plugin>
<plugin>
<groupId>com.gradle</groupId>
<artifactId>develocity-maven-extension</artifactId>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit 50e7d82

Please sign in to comment.