mirror of
https://github.com/corda/corda.git
synced 2024-12-21 05:53:23 +00:00
Kapt is no longer run automatically when build is run.
This commit is contained in:
parent
18e4620928
commit
f7b38f77d0
@ -33,3 +33,6 @@ dependencies {
|
||||
// For H2 database support in persistence
|
||||
testCompile "com.h2database:h2:1.4.193"
|
||||
}
|
||||
|
||||
// Remove the dependency on compile in kapt to avoid automatic kapt running - run :node-schemas:kaptKotlin explicitly.
|
||||
project.afterEvaluate { compileKotlin.dependsOn.remove(kaptKotlin) }
|
Loading…
Reference in New Issue
Block a user