Skip to content

Commit

Permalink
Merge pull request #86 from reta/add.next.build
Browse files Browse the repository at this point in the history
Add build check against next development snapshots
  • Loading branch information
reta authored Jun 11, 2024
2 parents 5c748b1 + ae4a118 commit 594c1aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ jobs:
- name: Update version to the next development iteration
if: matrix.os != 'windows-latest'
run: |
# Task to auto update version to the next development iteration
./gradlew updateVersion -DnewVersion=2.15.0-SNAPSHOT
# Task to auto update version to the next development iteration and test against that
./gradlew updateVersion -DnewVersion=2.15.0-SNAPSHOT && ./gradlew build

0 comments on commit 594c1aa

Please sign in to comment.