Allow override gradle version for plugin tests
This commit is contained in:
committed by
Ilya Matveev
parent
47b8354d8b
commit
0cb3c71ed8
@@ -191,6 +191,9 @@ test {
|
||||
if (project.hasProperty("filter")) {
|
||||
filter.includeTestsMatching project.property("filter")
|
||||
}
|
||||
if (project.hasProperty("gradleVersion")) {
|
||||
systemProperty("gradleVersion", project.property("gradleVersion"))
|
||||
}
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
||||
Reference in New Issue
Block a user