We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea52d9 commit b6079b3Copy full SHA for b6079b3
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