Skip to content

Commit c05d3a9

Browse files
authored
Remove special case of minGradleVersion test (#6016)
1 parent 1c44e92 commit c05d3a9

File tree

1 file changed

+0
-6
lines changed
  • libraries/apollo-gradle-plugin/src/test-java11/kotlin/com/apollographql/apollo3/gradle/test

1 file changed

+0
-6
lines changed

libraries/apollo-gradle-plugin/src/test-java11/kotlin/com/apollographql/apollo3/gradle/test/GradleVersionTests.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ class GradleVersionTests {
2323

2424
@Test
2525
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-
3226
withTestProject("gradle-min-version") { dir ->
3327
dir.setApolloPluginVersion()
3428
val result = TestUtils.executeGradleWithVersion(dir, MIN_GRADLE_VERSION, "generateApolloSources")

0 commit comments

Comments
 (0)