Skip to content

Commit 14f6e94

Browse files
authored
Remove binary-compatibility-validator because is automatically checking the api (#109)
1 parent 320247b commit 14f6e94

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

arrow-libs/fx/build.gradle

+1-8
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ buildscript {
88
}
99
dependencies {
1010
classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$ATOMICFU_VERSION"
11-
classpath "org.jetbrains.kotlinx:binary-compatibility-validator:$KOTLINX_VALIDATOR_VERSION"
1211
}
1312
}
1413

@@ -29,13 +28,7 @@ subprojects {
2928
apply plugin: 'kotlinx-atomicfu'
3029
}
3130

32-
apply plugin: 'binary-compatibility-validator'
33-
34-
apiValidation {
35-
ignoredProjects += ["arrow-docs", "arrow-fx-test"]
36-
}
37-
38-
configure(subprojects
31+
configure(subprojects
3932
- project("arrow-fx-reactor")
4033
- project("arrow-benchmarks-fx:arrow-kio-benchmarks"))
4134
{

0 commit comments

Comments
 (0)