fix(deps): update aws-java-sdk-v2 monorepo to v2.29.15 #1027
This file contains 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
on: | |
pull_request: | |
branches: [ develop ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | |
- name: Setup Java 19 | |
uses: actions/setup-java@v4 | |
with: | |
distribution: 'corretto' | |
java-version: '19' | |
- name: Build with Gradle | |
run: ./gradlew :perfume-core:clean :perfume-api:clean :perfume-api:build |