You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I'm aware of this. The reason is that the build number is in the version number. e.g. the 0.23.2 is really 0.23.2.29. I have not yet fixed it, because I always use 0.23.+. I think 0.23.2.+ should also work. Maybe I should get rid of the leading zero for the version number. I try to remember it when I do the first version next year, that the version number then starts with 24.0.+
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 of0.23.+
, the Gradle process is able to find it.However, if I declare the
org.openbakery.xcode-plugin
plugin with a version name of0.23
,0.23.0
,0.23.2
or any such variant, the Gradle process is unable to find it. Why is this?The text was updated successfully, but these errors were encountered: