We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6dc73 commit 6ed94c4Copy full SHA for 6ed94c4
src/test/groovy/ru/vyarus/gradle/plugin/python/AbstractKitTest.groovy
@@ -79,10 +79,12 @@ abstract class AbstractKitTest extends Specification {
79
}
80
81
BuildResult runVer(String gradleVersion, String... commands) {
82
+ println 'Running with GRADLE ' + gradleVersion
83
return gradle(commands).withGradleVersion(gradleVersion).build()
84
85
86
BuildResult runFailedVer(String gradleVersion, String... commands) {
87
88
return gradle(commands).withGradleVersion(gradleVersion).buildAndFail()
89
90
0 commit comments