no
03/21/2025, 8:02 AM<https://storage.googleapis.com/r8-releases/>
. I would normally add an ivy repository from my Gradle plugin to do this but this doesn't work if the consuming project has
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
}
I could use a Gradle task to download the jar but then it wouldn't be cached like a dependency download is. Are there other alternatives here?Thomas Broyer
03/21/2025, 8:50 AMno
03/21/2025, 8:53 AMno
03/21/2025, 8:54 AMVampire
03/21/2025, 9:02 AMephemient
03/21/2025, 9:39 AMAdam
03/21/2025, 9:54 AM