Remove custom configuration of Gradle sourceSets
Using the sources in build creates a lot of confusion in VSC
This commit is contained in:
parent
e6c974120b
commit
8caf790529
1 changed files with 0 additions and 9 deletions
|
@ -42,15 +42,6 @@ if (JavaVersion.current().isJava8Compatible()) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
|
||||||
main {
|
|
||||||
java {
|
|
||||||
// Sources in `src` will be available here after processing
|
|
||||||
srcDirs = ["$buildDir/src/main/java"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
// Wrapping implementation because it does not allow access to its files
|
// Wrapping implementation because it does not allow access to its files
|
||||||
// (i.e. cannot be resolved)
|
// (i.e. cannot be resolved)
|
||||||
|
|
Loading…
Add table
Reference in a new issue