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
In the discussion, it turns out that there are some Gradle properties that KorGE Gradke plugin uses implicitly.
I haven't been aware of that and made a constant korgeVersion=2.0.0.2 to pass it to the version of plugin, but it was used for version of KorGE lib too, so it crashed the build as KorGE lib versioning differs from KorGE Gradle plugin versioning.
I think this should be made more explicit. So there are two proposals:
Document which constants are used by KorGE Gradle plugin.
Make KorGE Gradle plugin output to build log if it finds and uses overridden versions instead of predefined ones.
The text was updated successfully, but these errors were encountered:
In the discussion, it turns out that there are some Gradle properties that KorGE Gradke plugin uses implicitly.
I haven't been aware of that and made a constant
korgeVersion=2.0.0.2
to pass it to the version of plugin, but it was used for version of KorGE lib too, so it crashed the build as KorGE lib versioning differs from KorGE Gradle plugin versioning.I think this should be made more explicit. So there are two proposals:
The text was updated successfully, but these errors were encountered: