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
gpg-preset-passphrase should be in the path.
Previously for operating systems beyond Windows
it was expected to be in /usr/local/libexec directory.
Support for this was removed, for simplification
InvalidOperationException is removed
Previously license property could be set to empty or null string.
Now to express that no license is granted (All rights reserved)
SPDX value NONE should be used.
By default license property is set to this value
All classes, methods and fields deprecated in previous versions are removed
JvmBasePlugin#FUNCTIONAL_TEST_REPORTS_PATH constant is removed
org.fidata.gradle.utils.VersionUtils class
moved to org.fidata.utils package
Classes pertaining to JVM are renamed: JVM is changed to Jvm
License is changed to LGPL v3.0+.
Modified versions of the plugins and works based on this one
should appropriately align their licenses
Gradle before 5.1 is not supported
Types of some static fields and properties are changed
release task will make a release
when shouldRelease project property
is provided and set to true only