Skip to content

Commit bf1e179

Browse files
committed
update upstream test
1 parent 582b921 commit bf1e179

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/test/groovy/ru/vyarus/gradle/plugin/lib/UpstreamKitTest.groovy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
package ru.vyarus.gradle.plugin.lib
22

33
import org.gradle.testkit.runner.TaskOutcome
4+
import spock.lang.Requires
45

56
import java.util.zip.ZipFile
67

78
/**
89
* @author Vyacheslav Rusakov
910
* @since 13.11.2019
1011
*/
12+
@Requires({jvm.java17Compatible})
1113
class UpstreamKitTest extends AbstractKitTest {
1214

13-
String GRADLE_VERSION = '8.6'
15+
String GRADLE_VERSION = '9.0.0'
1416

1517
def "Check install task"() {
1618
setup:

0 commit comments

Comments
 (0)