We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fedbcf commit 70ba638Copy full SHA for 70ba638
1 file changed
core/build.gradle.kts
@@ -32,6 +32,9 @@ sourceSets{
32
test{
33
java{
34
srcDirs("test")
35
+ if (!enableWebGPU) {
36
+ exclude("processing/webgpu/**")
37
+ }
38
}
39
40
0 commit comments