Skip to content

Commit

Permalink
Merge pull request #85 from usefulness/updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Jun 29, 2023
2 parents fa7513e + d291e3b commit c35f239
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ plugins {

| plugin version | min gradle version | min ktlint version |
|----------------|--------------------|--------------------|
| 0.4.0+ | 7.6 | 0.50.0 |
| 0.3.0+ | 7.6 | 0.49.0 |
| 0.1.0+ | 7.6 | 0.48.0 |

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gradle-doctor = "0.8.1"
google-agp = "8.0.2"
maven-junit = "5.9.3"
maven-assertj = "3.24.2"
maven-ktlint = "0.49.1"
maven-ktlint = "0.50.0"
maven-commons = "2.13.0"

[libraries]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import io.github.usefulness.functional.utils.settingsFile
import org.assertj.core.api.Assertions.assertThat
import org.gradle.testkit.runner.TaskOutcome
import org.junit.jupiter.api.BeforeEach
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test
import org.junit.jupiter.api.condition.DisabledOnOs
import org.junit.jupiter.api.condition.OS
Expand Down Expand Up @@ -97,6 +98,7 @@ class ReportersTest : WithGradleTest.Kotlin() {
}

@Test
@Disabled("ktlint doesn't maintain binary compatibility for some reason 🤷‍♂️")
fun `uses reporters from overridden ktlint version`() {
projectRoot.resolve("build.gradle") {
// language=groovy
Expand Down
2 changes: 1 addition & 1 deletion test-project-android/custom-ktlint-rules/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ plugins {
}

dependencies {
compileOnly("com.pinterest.ktlint:ktlint-cli-ruleset-core:0.49.1")
compileOnly("com.pinterest.ktlint:ktlint-cli-ruleset-core:0.50.0")
}

0 comments on commit c35f239

Please sign in to comment.