Skip to content

Commit

Permalink
Bump starter to avoid running ktlint over generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Nov 13, 2023
1 parent 67ff407 commit 5c3b1be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
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]
gradle-starter = "0.65.0"
gradle-starter = "0.66.0"
gradle-pluginpublish = "1.2.1"
gradle-doctor = "0.9.0"
google-agp = "8.1.3"
Expand Down
1 change: 0 additions & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
alias(libs.plugins.starter.application.android) apply false
alias(libs.plugins.starter.library.android) apply false
alias(libs.plugins.starter.library.kotlin) apply false
id("io.github.usefulness.ktlint-gradle-plugin") version "0.7.0" apply(false)
}

commonConfig {
Expand Down
2 changes: 1 addition & 1 deletion sample/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
gradle-starter = "0.65.0"
gradle-starter = "0.66.0"
maven-kotlin-serialization = "1.6.0"
maven-kotlin = "1.9.20"
maven-junit = "5.10.1"
Expand Down

0 comments on commit 5c3b1be

Please sign in to comment.