GH-1154 - Avoid double building in CI infrastructure.

This commit is contained in:
Oliver Drotbohm
2025-05-28 15:50:43 +02:00
parent fb13fe06ed
commit f8f891d10c

View File

@@ -21,11 +21,6 @@ jobs:
java-version: 17
cache: 'maven'
- name: Build with Maven
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
run: ./mvnw -B
- name: Deploy to Artifactory
env:
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}