Looking at https://maven.minecraftforge.net/cpw/mods/modlauncher/maven-metadata.xml shows multiple versions. Trying to access https://maven.minecraftforge.net/cpw/mods/modlauncher/9.0.19 returns a 404 error. https://maven.minecraftforge.net/cpw/mods/modlauncher/9.0.18 works fine.
Context: Trying to pick up modding. When trying to configure the Gradle project, I'm running into an error stating that no matches could be found for cpw.mods:modlauncher:9.0.+. I'm assuming my build issue is due to gradle selecting .19 as the latest version. It tries to retrieve it, can't, and then gives up without trying an older version.