Skip to content

Releases: nebula-plugins/nebula-test

v7.2.4

15 Apr 22:32
Compare
Choose a tag to compare
plugin-plugin 11.2.12

v7.2.3

28 Mar 21:25
Compare
Choose a tag to compare
plugin-plugin 9.3.7

v7.2.2

28 Mar 01:30
Compare
Choose a tag to compare
Merge branch 'master' of ssh://github.com/nebula-plugins/nebula-test

v7.2.1

15 Mar 00:46
3914ae1
Compare
Choose a tag to compare

Generate settings.gradle in projects generated by TestKit parent class. It allows use them with Gradle 5.

v7.2.0

14 Mar 20:35
b3a20ec
Compare
Choose a tag to compare

Add more methods to generate code for projects created within tests.
Add ability to run TestKit based tests with specific Gradle or specific Gradle distribution
Add ability to run TestKit based tests with plugins outside plugins block

v7.1.9

12 Mar 16:30
aceebae
Compare
Choose a tag to compare

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

v7.1.8

01 Mar 22:30
474b9b6
Compare
Choose a tag to compare

Use HTTPS for repositories

v7.1.7

08 Jan 18:29
3de82da
Compare
Choose a tag to compare
Merge pull request #105 from nebula-plugins/integration-tests/fail-if…

v7.1.6

12 Dec 18:48
09d9233
Compare
Choose a tag to compare

Allow configuring LogLevel on integration tests via NEBULA_TEST_LOGGING_LEVEL env. variable

v7.1.5

11 Dec 21:37
f3fe2ad
Compare
Choose a tag to compare

Fix how we create a dependency graph when status is not provided via builder