Skip to content

Commit

Permalink
fix tests for java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Mar 11, 2024
1 parent 6a3a252 commit 756eb64
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package ru.vyarus.gradle.plugin.github

import groovy.xml.XmlParser
import spock.lang.IgnoreIf

/**
* @author Vyacheslav Rusakov
* @since 17.01.2020
*/
@IgnoreIf({jvm.java17Compatible}) // only gradle 7.3 supports java 17
class LegacyKitTest extends AbstractKitTest {

public static final String GRADLE_VERSION = '7.0'
Expand Down

0 comments on commit 756eb64

Please sign in to comment.