Skip to content

Commit

Permalink
Fix plugin portal group id
Browse files Browse the repository at this point in the history
  • Loading branch information
ghale committed Feb 17, 2021
1 parent 65377e5 commit 715a69f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ pluginBundle {
vcsUrl = 'https://github.com/gradle/android-cache-fix-gradle-plugin'

tags = ['android', 'cache', 'fix']

mavenCoordinates {
groupId = "gradle.plugin.org.gradle.android"
}
}

def localRepo = file("$buildDir/local-repo")
Expand All @@ -106,4 +110,4 @@ tasks.withType(Test).configureEach {
maxRetries = 3
maxFailures = 20
}
}
}

0 comments on commit 715a69f

Please sign in to comment.