Skip to content

Commit f26b82b

Browse files
committed
update to Gradle 7
1 parent 5156622 commit f26b82b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

src/functionalTest/java/org/scoverage/DetectScalaLibraryTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ public static Collection<Object[]> data() {
3939
{"/compileOnly", new String[] {".0", ".+"}, true, new String[0]},
4040
{"/implementation", new String[] {".0", ".+"}, true, new String[0]},
4141
{"/dependency-management", new String[] {".0", ".+"}, true, new String[0]},
42-
{"/gradle-consistent-versions", new String[] {"ignored"}, false, new String[] {"--write-locks"}},
42+
// disabled until the consistent-versions plugin supports Gradle 7
43+
// {"/gradle-consistent-versions", new String[] {"ignored"}, false, new String[] {"--write-locks"}},
4344
};
4445
return Arrays.asList(data);
4546
}

0 commit comments

Comments
 (0)