Skip to content

Commit

Permalink
chore(config): simplify build process by removing Java setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
IhsenBouallegue committed Dec 13, 2024
1 parent 79ca972 commit 1ebc9e5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,11 @@ jobs:
git tag "ana-${{ env.VERSION }}"
git push origin "ana-${{ env.VERSION }}"
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'

- name: Build analysis
working-directory: ./analysis
run: |
chmod +x ./gradlew
./gradlew clean build installDist
./gradlew build
# Debug step to verify files
- name: List build artifacts
Expand Down

0 comments on commit 1ebc9e5

Please sign in to comment.