Skip to content

Commit

Permalink
[#1504] don't ignore failures
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Dec 7, 2021
1 parent e669267 commit eecd38b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
cache: gradle

- name: Build
continue-on-error: true
run: ./gradlew build --no-daemon

build-java-5-6-7:
Expand Down Expand Up @@ -61,7 +60,6 @@ jobs:
cache: gradle

- name: Build
continue-on-error: true
uses: gradle/gradle-build-action@v2
with:
gradle-version: 1.12
Expand Down
43 changes: 0 additions & 43 deletions .github/workflows/legacy-java.yml

This file was deleted.

0 comments on commit eecd38b

Please sign in to comment.