Skip to content

Commit

Permalink
Upgraded gradle, java and ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
breucode committed Feb 17, 2022
1 parent 7db4bc7 commit 2f464c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java temurin-8.0.312+7
java temurin-8.0.322+6
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ val artifactVersion = "0.6.0"
version = artifactVersion

spotless {
val ktlintVersion = "0.43.2"
val ktlintVersion = "0.44.0"
kotlin {
ktlint(ktlintVersion)
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 2f464c2

Please # to comment.