We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2428af8 commit cda9de9Copy full SHA for cda9de9
.github/workflows/release-integration.yml
@@ -29,4 +29,4 @@ jobs:
29
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
30
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
31
working-directory: ./sbm-support-rewrite
32
- run: ./mvnw -B -Pspring-repos
+ run: ./mvn -B -Pspring-repos
sbm-support-rewrite/pom.xml
@@ -370,7 +370,6 @@ limitations under the License.
370
</execution>
371
</executions>
372
</plugin>
373
-
374
<plugin>
375
<groupId>org.apache.maven.plugins</groupId>
376
<artifactId>maven-jar-plugin</artifactId>
0 commit comments