Skip to content

Commit fa77007

Browse files
committed
Add ABI compatibility check to publish workflow
1 parent 26a6cc2 commit fa77007

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: Build with Gradle
4141
run: ./gradlew shadowJar
4242

43+
- name: Check ABI Compatibility
44+
run: ./gradlew checkLegacyAbi
45+
4346
- name: Publish to Maven
4447
run: ./gradlew publish
4548

0 commit comments

Comments
 (0)