Ahmed Hamouda
11/01/2024, 1:47 AMrepositories {
maven {
url = uri("<https://xyz>")
metadataSources {
artifact() //Look directly for artifact instead of metadata file
}
}
}
dependencies {
api("my-library")
}Caleb Cushing
11/01/2024, 2:15 PMAhmed Hamouda
11/01/2024, 4:34 PMAhmed Hamouda
11/04/2024, 9:58 AMVampire
11/04/2024, 10:31 AMAhmed Hamouda
11/04/2024, 11:07 AMAhmed Hamouda
12/01/2024, 4:25 PMinconsistent module metadata found. Descriptor: xxxxx:DEV-SNAPSHOT Errors: bad version: expected='1.2.0' found='DEV-SNAPSHOT'
Can I use a component metadata rule to fix the version? If not I would just need to download the transitive dependencies of the target dependency.Vampire
12/02/2024, 12:31 AM