Skip to content

Commit

Permalink
Merge pull request #128 from Kotlin-Android-Open-Source/renovate/all-…
Browse files Browse the repository at this point in the history
…deps

chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.5.0
  • Loading branch information
hoc081098 authored May 4, 2022
2 parents 105ae66 + 71464db commit 96435cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/review-suggest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,9 @@ jobs:
tool_name: spotless
# Since "reviewdog/action-suggester" using "spotlessKotlinApply" does not work with forked PR,
# perform "spotlessKotlinCheck".
- name: Make gradlew executable
run: chmod +x ./gradlew
- run: ./gradlew spotlessKotlinCheck
- name: Make gradlew executable
run: chmod +x ./gradlew
- run: ./gradlew lintDebug
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle:7.1.3")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.4.2")
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.5.0")
classpath("dev.ahmedmourad.nocopy:nocopy-gradle-plugin:1.4.0")
classpath("org.jacoco:org.jacoco.core:0.8.8")
classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT")
Expand Down

0 comments on commit 96435cd

Please sign in to comment.