Skip to content

Commit

Permalink
Fix release build (#93)
Browse files Browse the repository at this point in the history
Run 'make releaselocal' to verify in CI that a Maven release (with docs)
works successfully.
  • Loading branch information
pkwarren authored Sep 8, 2023
1 parent c4a7a3c commit 13c032d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
git diff-index --quiet HEAD --
- name: Build project
run: make build
- name: Verify local release
run: make releaselocal
conformance:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ junit = "4.13.2"
kotlin = "1.6.21"
kotlinpoet = "1.12.0"
ktlint = "0.46.0"
mavenplugin = "0.22.0"
mavenplugin = "0.24.0"
moshi = "1.14.0"
okhttp = "4.10.0"
okio = "3.0.0"
Expand Down

0 comments on commit 13c032d

Please sign in to comment.