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 99c5080 commit b909a03Copy full SHA for b909a03
build.gradle
@@ -19,11 +19,11 @@ apply plugin: 'idea'
19
20
buildscript {
21
repositories {
22
+ mavenLocal()
23
mavenCentral()
24
jcenter()
25
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
26
maven { url "https://plugins.gradle.org/m2/" }
- mavenLocal()
27
}
28
dependencies {
29
classpath 'org.kordamp.gradle:clirr-gradle-plugin:0.2.5'
@@ -58,11 +58,11 @@ configure(coreProjects) {
58
version = '3.11.0-SNAPSHOT'
59
60
61
62
google()
63
64
65
66
67
68
0 commit comments