Skip to content

Commit 2aff6e4

Browse files
committed
added micronaut compatibility to 4 to avoid legacy issues
1 parent 61aeec6 commit 2aff6e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
token: ${{ secrets.AGORAPULSE_BOT_PERSONAL_TOKEN }}
4646
repository: ${{ matrix.repository }}
4747
event-type: ap-new-version-released-event
48-
client-payload: '{ "group": "com.agorapulse.testing", "module": "testing-libraries", "version": "${{ github.ref_name }}", "property" : "testing.libraries.version", "github" : ${{ toJson(github) }} }'
48+
client-payload: '{ "group": "com.agorapulse.testing", "module": "testing-libraries", "micronautCompatibility": [4], "version": "${{ github.ref_name }}", "property" : "testing.libraries.version", "github" : ${{ toJson(github) }} }'

0 commit comments

Comments
 (0)