mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
Fixed an issue with subprojects not correctly compiling due to incorrect sourceSet definition in build.gradle.
This commit is contained in:
parent
d69a12dc15
commit
03c0460844
@ -18,7 +18,7 @@ repositories {
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
kotlin {
|
||||
java {
|
||||
srcDir "${projectDir}/generated/source/kapt/main/"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user