turn on API validation
This commit is contained in:
parent
7d3df24568
commit
5d02520904
@ -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
|
||||
|
||||
|
@ -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")
|
||||
}
|
Loading…
Reference in New Issue
Block a user