Commit 3790fc4
Fix compatibility with vanniktech maven publish plugin 0.34.0
- Remove SonatypeHost import which no longer exists in 0.34.0
- Remove publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL) call
- Add mavenCentralPublishing=true and mavenCentralAutomaticPublishing=true to gradle.properties
- The plugin now automatically configures Maven Central publishing via properties
These changes address breaking changes in the vanniktech maven publish plugin version 0.34.0
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent ffb86e3 commit 3790fc4
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
134 | 133 | | |
135 | 134 | | |
136 | 135 | | |
137 | | - | |
| 136 | + | |
138 | 137 | | |
139 | 138 | | |
140 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
0 commit comments