Remove custom configuration of Gradle sourceSets

Using the sources in build creates a lot of confusion in VSC
This commit is contained in:
Tobi Schäfer 2025-04-08 11:50:21 +02:00
parent e6c974120b
commit 8caf790529
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -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)