Skip to content

Commit

Permalink
Drop arguments from gradle/actions/setup-gradle@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Aug 13, 2024
1 parent a217982 commit e12f7c8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/properties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
cache: 'gradle'
distribution: 'temurin'
java-version: '17'
- uses: gradle/actions/setup-gradle@v4

# Generate Spring Boot property migrations recipes
- name: Create jar and copy dependencies
uses: gradle/actions/setup-gradle@v4
with:
arguments: generatePropertyMigrationRecipes
run: ./gradlew generatePropertyMigrationRecipes

# Create pull request
- name: Timestamp
Expand Down

0 comments on commit e12f7c8

Please sign in to comment.