Skip to content

Commit 715a69f

Browse files
committed
Fix plugin portal group id
1 parent 65377e5 commit 715a69f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ pluginBundle {
8787
vcsUrl = 'https://github.com/gradle/android-cache-fix-gradle-plugin'
8888

8989
tags = ['android', 'cache', 'fix']
90+
91+
mavenCoordinates {
92+
groupId = "gradle.plugin.org.gradle.android"
93+
}
9094
}
9195

9296
def localRepo = file("$buildDir/local-repo")
@@ -106,4 +110,4 @@ tasks.withType(Test).configureEach {
106110
maxRetries = 3
107111
maxFailures = 20
108112
}
109-
}
113+
}

0 commit comments

Comments
 (0)