Skip to content

Commit

Permalink
Update integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymailen committed Oct 8, 2023
1 parent f791699 commit 7f65bb3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
cd test-project/build/reports/ktlint
grep 'no-empty-class-body' main-format.txt | grep -q 'EmptyClassBodyClass.kt:3:27'
grep 'op-spacing' test-format.txt | grep -q 'OpSpacing.kt:5:16'
grep 'op-spacing' test-format.txt | grep -q 'OpSpacing.kt:5:15'
- name: Upload reports
if: ${{ failure() }}
Expand Down
2 changes: 1 addition & 1 deletion test-project-android/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("android") version "1.8.0"
kotlin("android") version "1.9.10"
id("com.android.library")
id("org.jmailen.kotlinter")
}
Expand Down
2 changes: 1 addition & 1 deletion test-project-android/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ dependencyResolutionManagement {
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.4.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
}
2 changes: 1 addition & 1 deletion test-project/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugins {
kotlin("jvm") version "1.8.0"
kotlin("jvm") version "1.9.10"
id("org.jmailen.kotlinter")
}
2 changes: 1 addition & 1 deletion test-project/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencyResolutionManagement {
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.4.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
}

0 comments on commit 7f65bb3

Please sign in to comment.