Releases: nebula-plugins/nebula-test
Releases · nebula-plugins/nebula-test
v7.2.4
v7.2.3
v7.2.2
v7.2.1
v7.2.0
v7.1.9
Added support for old versions of gradle layout pattern in ivy repos. Reported in #108
patternLayout
was introduced on Gradle 5 and breaks old consumers of this library.
This change introduces two new constructors for GradleDependencyGenerator
:
GradleDependencyGenerator(Gradle gradle, DependencyGraph graph, String directory = 'build/testrepogen')
and
GradleDependencyGenerator(String gradleVersion, DependencyGraph graph, String directory = 'build/testrepogen')
This way a version of Gradle could be passed and the generator is now aware on how to generate the pattern layout block accordingly