File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2424 java-version : 21
2525
2626 - name : Gradle wrapper validation
27- uses : gradle/wrapper-validation-action@v3
27+ uses : gradle/actions/ wrapper-validation@v4
2828
2929 - name : ./gradlew assemble
3030 uses : gradle/gradle-build-action@v3
Original file line number Diff line number Diff line change 1919 java-version : 21
2020
2121 - name : Gradle wrapper validation
22- uses : gradle/wrapper-validation-action@v3
22+ uses : gradle/actions/ wrapper-validation@v4
2323
2424 - name : ./gradlew publishPlugins
2525 uses : gradle/gradle-build-action@v3
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Available on the Gradle Plugins Portal: https://plugins.gradle.org/plugin/org.jm
2525
2626``` kotlin
2727plugins {
28- id(" org.jmailen.kotlinter" ) version " 5.0.2 "
28+ id(" org.jmailen.kotlinter" ) version " 5.1.0 "
2929}
3030```
3131
@@ -36,7 +36,7 @@ plugins {
3636
3737``` groovy
3838plugins {
39- id "org.jmailen.kotlinter" version "5.0.2 "
39+ id "org.jmailen.kotlinter" version "5.1.0 "
4040}
4141```
4242
@@ -50,7 +50,7 @@ Root `build.gradle.kts`
5050
5151``` kotlin
5252plugins {
53- id(" org.jmailen.kotlinter" ) version " 5.0.2 " apply false
53+ id(" org.jmailen.kotlinter" ) version " 5.1.0 " apply false
5454}
5555```
5656
@@ -70,7 +70,7 @@ Root `build.gradle`
7070
7171``` groovy
7272plugins {
73- id 'org.jmailen.kotlinter' version "5.0.2 " apply false
73+ id 'org.jmailen.kotlinter' version "5.1.0 " apply false
7474}
7575```
7676
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ val githubUrl = "https://github.com/jeremymailen/kotlinter-gradle"
2222val webUrl = " https://github.com/jeremymailen/kotlinter-gradle"
2323val projectDescription = " Lint and formatting for Kotlin using ktlint with configuration-free setup on JVM and Android projects"
2424
25- version = " 5.0.2 "
25+ version = " 5.1.0 "
2626group = " org.jmailen.gradle"
2727description = projectDescription
2828
You can’t perform that action at this time.
0 commit comments