We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320247b commit 14f6e94Copy full SHA for 14f6e94
arrow-libs/fx/build.gradle
@@ -8,7 +8,6 @@ buildscript {
8
}
9
dependencies {
10
classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$ATOMICFU_VERSION"
11
- classpath "org.jetbrains.kotlinx:binary-compatibility-validator:$KOTLINX_VALIDATOR_VERSION"
12
13
14
@@ -29,13 +28,7 @@ subprojects {
29
28
apply plugin: 'kotlinx-atomicfu'
30
31
32
-apply plugin: 'binary-compatibility-validator'
33
-
34
-apiValidation {
35
- ignoredProjects += ["arrow-docs", "arrow-fx-test"]
36
-}
37
38
-configure(subprojects
+configure(subprojects
39
- project("arrow-fx-reactor")
40
- project("arrow-benchmarks-fx:arrow-kio-benchmarks"))
41
{
0 commit comments