We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22955dc commit 0860974Copy full SHA for 0860974
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 {
@@ -39,7 +39,7 @@ allprojects {
39
group 'com.palantir.conjure.examples'
40
41
42
43
44
45
0 commit comments