Skip to content

Commit 561dce3

Browse files
committed
WIP: Trigger Integration Release
1 parent cda9de9 commit 561dce3

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/build-sbm-support-rewrite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- name: setup-java
1818
uses: actions/setup-java@v2
1919
with:
20-
distribution: zulu
20+
distribution: 'zulu'
2121
java-version: 17
22-
cache: maven
22+
cache: 'maven'
2323
- name: build-project
2424
run: mvn --batch-mode clean install

.github/workflows/release-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up JDK 17
2020
uses: actions/setup-java@v3
2121
with:
22-
distribution: 'temurin'
22+
distribution: 'zulu'
2323
java-version: 17
2424
cache: 'maven'
2525

@@ -29,4 +29,4 @@ jobs:
2929
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
3030
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
3131
working-directory: ./sbm-support-rewrite
32-
run: ./mvn -B -Pspring-repos
32+
run: mvn -B -Pspring-repos

sbm-support-rewrite/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ limitations under the License.
345345
</licenseSets>
346346
</configuration>
347347
</plugin>
348-
349348
<!-- <plugin>-->
350349
<!-- <groupId>org.apache.maven.plugins</groupId>-->
351350
<!-- <artifactId>maven-surefire-plugin</artifactId>-->

0 commit comments

Comments
 (0)