We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5896f commit bb42f33Copy full SHA for bb42f33
build.gradle.kts
@@ -9,7 +9,6 @@ group = "griffio"
9
version = "1.0-SNAPSHOT"
10
11
repositories {
12
- mavenLocal()
13
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
14
mavenCentral()
15
google()
settings.gradle.kts
@@ -1,6 +1,5 @@
1
pluginManagement {
2
3
4
5
gradlePluginPortal()
6
0 commit comments