Skip to content

Commit

Permalink
Update to Kotlin 1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Dec 10, 2024
1 parent e6d0fff commit d1faefb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
distribution: 'zulu'
java-version: 17

- uses: gradle/gradle-build-action@v2
- uses: gradle/actions/setup-gradle@v4
with:
gradle-home-cache-cleanup: true
cache-read-only: false

- name: Test Plugin
run: ./gradlew check --no-daemon --stacktrace
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
distribution: 'zulu'
java-version: 17

- uses: gradle/gradle-build-action@v2
- uses: gradle/actions/setup-gradle@v4
with:
gradle-home-cache-cleanup: true
cache-read-only: false

- name: Test Plugin
run: ./gradlew check --no-daemon --stacktrace
Expand Down Expand Up @@ -51,10 +50,9 @@ jobs:
distribution: 'zulu'
java-version: 17

- uses: gradle/gradle-build-action@v2
- uses: gradle/actions/setup-gradle@v4
with:
gradle-home-cache-cleanup: true
cache-read-only: false

- name: Upload Snapshot
run: ./gradlew publish --no-daemon --no-parallel --no-configuration-cache --stacktrace
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
distribution: 'zulu'
java-version: 17

- uses: gradle/gradle-build-action@v2
- uses: gradle/actions/setup-gradle@v4
with:
gradle-home-cache-cleanup: true
cache-read-only: false

- name: Test Plugin
run: ./gradlew check --no-daemon --stacktrace
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin="1.9.10"
kotlin="1.9.20"
junit="4.13.2"
com-vanniktech-maven-publish="0.25.3"
binary-compatibility-validator = "0.13.2"
Expand Down

0 comments on commit d1faefb

Please sign in to comment.