Skip to content

Commit

Permalink
lower legacy test for gradle 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Feb 9, 2023
1 parent 6ffec90 commit 192a3dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import org.gradle.testkit.runner.TaskOutcome
* @since 09.02.2023
*/
class LegacyKitTest extends AbstractKitTest {
public static final String GRADLE_VERSION = '6.0'
public static final String GRADLE_VERSION = '5.1'

def "Check violation detection without cache task"() {
setup:
Expand Down

0 comments on commit 192a3dc

Please sign in to comment.