I've added https://openbakery.org/repository/ to my list of build script repositories.
If I declare the org.openbakery.xcode-plugin plugin with a version name of 0.23.+, the Gradle process is able to find it.
However, if I declare the org.openbakery.xcode-plugin plugin with a version name of 0.23, 0.23.0, 0.23.2 or any such variant, the Gradle process is unable to find it. Why is this?
I've added
https://openbakery.org/repository/to my list of build script repositories.If I declare the
org.openbakery.xcode-pluginplugin with a version name of0.23.+, the Gradle process is able to find it.However, if I declare the
org.openbakery.xcode-pluginplugin with a version name of0.23,0.23.0,0.23.2or any such variant, the Gradle process is unable to find it. Why is this?