This patch updates the used gradle version for development to 4.10. This concludes the support of the gradle 4.x version range as 4.10 is the last version before 5.0
see wooga/rfcs#2
Needed adjustments
Gradle 4.7 has issues with non optional nested input variables I think this is a bug in older gradle versions.
Gradle >= 4.8 changed the output stream for errors
Gradle 4.10 changed the default constructor of the internal class AbstractArtifactRepository
Changes
Optional property declaration in nested input model
integration specs by adding utility method to check both stdout and stderr for message
NugetArtifactRepository by removing dependency to AbstractArtifactRepository
support version to 4.10
Description
This patch updates the used gradle version for development to
4.10
. This concludes the support of the gradle4.x
version range as4.10
is the last version before5.0
see wooga/rfcs#2
Needed adjustments
4.7
has issues with non optional nested input variables I think this is a bug in older gradle versions.4.8
changed the output stream for errorsAbstractArtifactRepository
Changes
Optional property declaration in nested input model integration specs by adding utility method to check both
stdout
andstderr
for messageNugetArtifactRepository
by removing dependency toAbstractArtifactRepository
support version to4.10