Skip to content

Commit 5281a9a

Browse files
fix: add missing Gradle repo
1 parent a752e28 commit 5281a9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ buildscript {
44
repositories {
55
google()
66
mavenCentral()
7+
maven {
8+
url = uri("https://plugins.gradle.org/m2/")
9+
}
710
}
811
dependencies {
912
if (System.getenv("SHOULD_PUBLISH") == "true") {

0 commit comments

Comments
 (0)