Migrate publishing from JitPack to Maven Central (#44)#44
Merged
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 4 |
| Duplication | -2 |
TIP This summary will be updated as you push new changes. Give us feedback
Comment on lines
+12
to
+28
| runs-on: ubuntu-latest | ||
|
|
||
| steps: | ||
| - name: Checkout repository | ||
| uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 | ||
|
|
||
| - name: Set up JDK 21 | ||
| uses: actions/setup-java@v4 | ||
| with: | ||
| distribution: temurin | ||
| java-version: 21 | ||
|
|
||
| - name: Setup Gradle | ||
| uses: gradle/actions/setup-gradle@v4 | ||
|
|
||
| - name: Run tests | ||
| run: ./gradlew test |
- Change group ID from com.github.vapi4k.vapi4k to com.vapi4k - Adopt Vanniktech Maven Publish plugin with automatic release and GPG signing - Update common-utils coordinates from com.github.pambrose to com.pambrose - Bump version to 1.7.0, update gradle-plugins to 1.0.12, common-utils to 2.7.1 - Remove unused Gradle plugins (pambrose-repos, pambrose-snapshot, pambrose-testing) - Simplify settings.gradle.kts by removing JitPack plugin resolution - Remove jitpack.yml - Centralize publishing config in root build.gradle.kts - Add GitHub Actions test workflow - Add CHANGELOG.md, RELEASE_NOTES.md, and update README.md/llms.txt/CLAUDE.md Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
e1743b3 to
30ed617
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
com.vapi4kcom.github.pambrose→com.pambrose)Breaking Changes
Consumers must update their dependency declarations:
Test plan
./gradlew buildsucceeds./gradlew publishToMavenLocalproduces artifacts undercom.vapi4k./gradlew testpasses🤖 Generated with Claude Code