Skip to content

Commit

Permalink
Update dependency androidx.lint:lint-gradle to v1.0.0-alpha02 (#356)
Browse files Browse the repository at this point in the history
* Update dependency androidx.lint:lint-gradle to v1.0.0-alpha02

* Fix offences

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Wharton <jw@squareup.com>
  • Loading branch information
renovate[bot] and JakeWharton authored Sep 5, 2024
1 parent 7a0de90 commit 8e1ec59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlinx-serialization = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2"

maven-modelBuilder = "org.apache.maven:maven-model-builder:3.9.9"

androidx-gradlePluginLints = "androidx.lint:lint-gradle:1.0.0-alpha01"
androidx-gradlePluginLints = "androidx.lint:lint-gradle:1.0.0-alpha02"
# Dummy to get renovate updates, the version is used in rootProject build.gradle with spotless.
ktlint = "com.pinterest.ktlint:ktlint-cli:1.3.1"

Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/app/cash/licensee/plugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class LicenseePlugin : Plugin<Project> {

project.afterEvaluate {
require(BASE_TASK_NAME in project.tasks.names) {
val name = if (project === project.rootProject) {
val name = if (project.path == ":") {
"root project"
} else {
"project ${project.path}"
Expand Down

0 comments on commit 8e1ec59

Please sign in to comment.