Skip to content

Commit

Permalink
build(ci): Remove revapiAcceptAllBreaks on revapi (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
guicamest authored Mar 24, 2024
1 parent e728ae4 commit 5f21aa6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

# Temporary until release of v2
- name: Accept breaking changes
run: ./gradlew :revapiAcceptAllBreaks --justification 'Changes for v2'

- name: Execute Gradle build
run: ./gradlew build

Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ target

# MacOS
.DS_Store

# Palantir Revapi
.palantir

0 comments on commit 5f21aa6

Please sign in to comment.