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 0888990 commit 31fc9bdCopy full SHA for 31fc9bd
build.gradle
@@ -2,13 +2,10 @@ import net.ltgt.gradle.errorprone.CheckSeverity
2
3
buildscript {
4
repositories {
5
+ gradlePluginPortal()
6
mavenCentral()
- maven {
7
- url 'https://dl.bintray.com/palantir/releases/'
8
- }
9
10
- url 'https://plugins.gradle.org/m2/'
11
+ maven { url 'https://palantir.bintray.com/releases' }
+ jcenter()
12
}
13
dependencies {
14
classpath 'com.netflix.nebula:gradle-info-plugin:6.0.0'
@@ -40,9 +37,8 @@ allprojects {
40
37
41
38
42
39
43
44
45
46
47
48
0 commit comments