Slackbot
10/26/2022, 5:28 AMVampire
10/26/2022, 7:25 AMEric Kolotyluk
10/26/2022, 3:11 PMrepositories {
mavenCentral()
gradlePluginPortal()
// Spock snapshots are available from the Sonatype OSS snapshot repository
maven { url "<https://oss.sonatype.org/content/repositories/snapshots/>" }
maven{
url "<https://packages.confluent.io/maven/>"
}
// needed for dataflow
jcenter()
ivy {
url '<https://dl.bintray.com/content/johnrengelman/gradle-plugins>'
}
}
I would have thought that Gradle would try the repos in order of there definition... is this wrong?Vampire
10/26/2022, 3:12 PMVampire
10/26/2022, 3:12 PMEric Kolotyluk
10/26/2022, 3:13 PMorg.apache.spark:spark-core_2.13:3.1.1 is in Maven CentralEric Kolotyluk
10/26/2022, 3:14 PMVampire
10/26/2022, 3:16 PMVampire
10/26/2022, 3:20 PMVampire
10/26/2022, 3:20 PMVampire
10/26/2022, 3:20 PMEric Kolotyluk
10/26/2022, 3:21 PMEric Kolotyluk
10/26/2022, 3:26 PMEric Kolotyluk
10/26/2022, 3:28 PM