than_
08/21/2020, 9:40 AMCould not find arrow-fx-0.11.0-SNAPSHOT.jar (io.arrow-kt:arrow-fx:0.11.0-SNAPSHOT:20200821.081149-114).
Searched in the following locations:
<https://oss.jfrog.org/artifactory/oss-snapshot-local/io/arrow-kt/arrow-fx/0.11.0-SNAPSHOT/arrow-fx-0.11.0-20200821.081149-114.jar>
Looking here that seems to be correct. Last snapshot has only pom, sources and javadoc files available.Rachel
08/21/2020, 9:48 AMthan_
08/21/2020, 10:01 AMRachel
08/21/2020, 10:16 AMRachel
08/21/2020, 10:38 AMRachel
08/21/2020, 10:38 AM- implementation "io.arrow-kt:arrow-fx"
+ implementation "com.github.arrow-kt:arrow-fx:master-SNAPSHOT"
Rachel
08/21/2020, 10:39 AMrepositories {
...
+ maven { url '<https://jitpack.io>' }
}
Rachel
08/21/2020, 10:40 AMRachel
08/21/2020, 10:40 AMsystemProp.org.gradle.internal.http.connectionTimeout=180000
systemProp.org.gradle.internal.http.socketTimeout=180000
Rachel
08/21/2020, 10:40 AMRachel
08/21/2020, 10:41 AMconfigurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
Rachel
08/21/2020, 10:41 AM./gradlew ... --refresh-dependencies
Rachel
08/21/2020, 10:42 AMRachel
08/21/2020, 11:48 AM