This repository was archived by the owner on Nov 10, 2025. It is now read-only.
Add KclMessageDrivenChannelAdapter.leaseTableName property
#172
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
| name: CI SNAPSHOT | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - main | |
| - '*.x' | |
| jobs: | |
| build-snapshot: | |
| uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main | |
| with: | |
| gradleTasks: dist | |
| secrets: | |
| DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} | |
| ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }} | |
| ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }} |