Skip to content

Commit

Permalink
Updating plugin id
Browse files Browse the repository at this point in the history
  • Loading branch information
arriolac committed Jun 17, 2021
1 parent f07d519 commit de14558
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
id("kotlin-android")

// 1. Include the plugin
id("com.google.android.libraries.mapsplatform.secrets-gradle-plugin")
id("com.google.android.libraries.mapsplatform.secrets-gradle-plugin") version "1.1.0"
}

android {
Expand Down
2 changes: 1 addition & 1 deletion secrets-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
gradlePlugin {
plugins {
create(PluginInfo.name) {
id = "${PluginInfo.group}.${PluginInfo.artifactId}"
id = PluginInfo.group
implementationClass = PluginInfo.implementationClass
}
}
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ include(":secrets-gradle-plugin", ":sample-app")

pluginManagement {
repositories {
mavenLocal()
maven(url = "./plugin/build/repository")
gradlePluginPortal()
}
Expand Down

0 comments on commit de14558

Please sign in to comment.