S Korebrits
10/24/2019, 2:08 PMgildor
10/25/2019, 7:44 AMThe common code is not public, so releasing it on a public repo (i.e. Maven central) is out of the question.Publish it to private repo, there are many cloud providers (bintray, jitpack, github, sonatype) and self hosted (Artifactory, Sonatype)
Michal Harakal
10/25/2019, 8:06 AMcomposite builds
which address this issuel with multiple/single repo https://docs.gradle.org/current/userguide/composite_builds.html
If multiple devs working on the stuff, you better go with solution proposed by @gildor artifactory with docker is up and running quite quicklygildor
10/25/2019, 8:32 AMgildor
10/25/2019, 8:33 AMMichal Harakal
10/25/2019, 8:33 AMgildor
10/25/2019, 8:33 AMgildor
10/25/2019, 8:34 AMMichal Harakal
10/25/2019, 8:35 AMMichal Harakal
10/25/2019, 8:39 AM--refresh-dependencies
also cleaning the cache, but it was always dice throwing if I will get the right one.gildor
10/25/2019, 9:10 AMprobably local cachingNever saw such problem. By default Gradle caches snapshots for 24 hours, but it configurable and if you set 0 seconds for snapshots cache, it will check them on every build
Michal Harakal
10/25/2019, 10:01 AMgildor
10/25/2019, 10:05 AMMichal Harakal
10/25/2019, 10:07 AMsnapshotsOnly()
?gildor
10/25/2019, 10:09 AMpom.xml
of your repogildor
10/25/2019, 10:09 AMMichal Harakal
10/25/2019, 10:11 AMMarc Reichelt
10/25/2019, 12:43 PMtarek
10/25/2019, 12:52 PMMichal Harakal
10/25/2019, 12:53 PMKris Wong
10/25/2019, 12:53 PMKris Wong
10/25/2019, 12:54 PMMichal Harakal
10/25/2019, 12:54 PMKris Wong
10/25/2019, 12:55 PMMarc Reichelt
10/25/2019, 5:11 PMMarc Reichelt
10/25/2019, 5:11 PMKris Wong
10/25/2019, 6:38 PMgildor
10/26/2019, 4:01 AM