turn on API validation

This commit is contained in:
Alexander Nozik 2021-02-07 20:23:33 +03:00
parent 7d3df24568
commit 5d02520904
2 changed files with 1 additions and 8 deletions

View File

@ -20,6 +20,7 @@
- \[Major breaking change\] Moved `NodeItem` and `ValueItem` to a top level
- Plugins are removed from Context constructor and added lazily in ContextBuilder
- \[Major breaking change\] Full refactor of DataTree/DataSource
- \[Major Breaking change\] Replace KClass with KType in data. Remove direct access to constructors with types.
### Deprecated

View File

@ -15,14 +15,6 @@ allprojects {
apply<org.jetbrains.dokka.gradle.DokkaPlugin>()
}
apiValidation{
validationDisabled = true
}
subprojects {
apply(plugin = "ru.mipt.npm.publish")
}
apiValidation{
ignoredProjects.add("dataforge-tables")
}