Skip to content

Commit

Permalink
[1.146.*] Pre-release merge (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
tramline-github[bot] authored Jun 15, 2024
2 parents a8ac8ef + 6727424 commit 1f934e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/reusable-workflows/setup-gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
java-version: 22

- name: Setup Gradle
uses: gradle/actions/setup-gradle@d9336dac04dea2507a617466bc058a3def92b18b # v3
uses: gradle/actions/setup-gradle@31ae3562f68c96d481c31bc1a8a55cc1be162f83 # v3
with:
gradle-home-cache-cleanup: true
cache-read-only: ${{ inputs.cache-read-only }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ class SpotlessPlugin : Plugin<Project> {
}

private companion object {
private const val KTFMT_VERSION = "0.50"
private const val KTFMT_VERSION = "0.51"
}
}

0 comments on commit 1f934e3

Please sign in to comment.