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
The README and the integration test projects contain the following:
addMainModuleInfo {
version = project.version
...
}
Is this really correct? To me it looks like this actually changes the Gradle project version. AddMainModuleInfoTask has no version input; MainModuleConfiguration has a getVersion() (but no setter). So it looks like you cannot even change the version stored in the module descriptor.
The text was updated successfully, but these errors were encountered:
Marcono1234
changed the title
version = for addMainModuleInfo changes project versionversion = for addMainModuleInfo changes project version
Aug 23, 2022
The README and the integration test projects contain the following:
Is this really correct? To me it looks like this actually changes the Gradle project version.
AddMainModuleInfoTask
has noversion
input;MainModuleConfiguration
has agetVersion()
(but no setter). So it looks like you cannot even change the version stored in the module descriptor.The text was updated successfully, but these errors were encountered: