Skip to content

Commit

Permalink
fix: re-enable tricks for enabling gradle in ci for the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
murdos committed May 18, 2024
1 parent 95a895b commit 0d7d49c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ jobs:
run: npm ci
- name: 'Lint: check'
run: npm run lint:ci
- name: 'TEMP: enable gradle build tool slug'
run: sed -i '/- gradle-java/d' src/main/resources/config/application.yml
- name: 'Build application JAR'
run: |
chmod +x mvnw
Expand Down

0 comments on commit 0d7d49c

Please sign in to comment.