Skip to content

Commit

Permalink
Fix oss licenses plugin id
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiya-kume committed Aug 29, 2023
1 parent b4d8b4d commit 033f8b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id("droidkaigi.primitive.detekt")
id("droidkaigi.primitive.android.roborazzi")
id("droidkaigi.primitive.kover")
id("droidkaigi.primitive.osslicenses")
id("droidkaigi.primitive.android.osslicenses")
}

val keystorePropertiesFile = file("keystore.properties")
Expand Down
2 changes: 1 addition & 1 deletion build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ gradlePlugin {
implementationClass = "io.github.droidkaigi.confsched2023.primitive.DetektPlugin"
}
register("oss-licenses") {
id = "droidkaigi.primitive.osslicenses"
id = "droidkaigi.primitive.android.osslicenses"
implementationClass = "io.github.droidkaigi.confsched2023.primitive.OssLicensesPlugin"
}

Expand Down

0 comments on commit 033f8b0

Please sign in to comment.