You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/apollo-gradle-plugin/src/test-java11/kotlin/com/apollographql/apollo3/gradle/test/GradleVersionTests.kt
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,6 @@ class GradleVersionTests {
23
23
24
24
@Test
25
25
fun`minGradleVersion is working and does not show warnings`() {
26
-
27
-
if (System.getenv("APOLLO_RELOCATE_JAR") =="false") {
28
-
// Fails with java.lang.NoClassDefFoundError: kotlin/enums/EnumEntriesKt without relocation
29
-
return
30
-
}
31
-
32
26
withTestProject("gradle-min-version") { dir ->
33
27
dir.setApolloPluginVersion()
34
28
val result =TestUtils.executeGradleWithVersion(dir, MIN_GRADLE_VERSION, "generateApolloSources")
0 commit comments