Skip to content

Commit 7492658

Browse files
committed
Remove redundant suppression
1 parent 5603052 commit 7492658

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ val e2eTest: SourceSet by sourceSets.creating {
146146
runtimeClasspath += sourceSets["main"].output
147147
}
148148

149-
@Suppress("UnstableApiUsage") // `configurations` container is incubating
150149
configurations {
151150
compatTestCompileClasspath {
152151
extendsFrom(testCompileClasspath.get())

0 commit comments

Comments
 (0)