We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85e1fd commit 01129cbCopy full SHA for 01129cb
build.gradle
@@ -1,7 +1,7 @@
1
buildscript {
2
repositories {
3
- gradlePluginPortal()
4
- mavenCentral()
+ mavenCentral() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
+ gradlePluginPortal() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
5
}
6
7
dependencies {
@@ -40,7 +40,7 @@ allprojects {
40
group 'com.palantir.conjure.examples'
41
42
43
44
45
46
0 commit comments