mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-08-27 04:37:47 +00:00
Fixes
This commit is contained in:
+1
-1
@@ -228,7 +228,7 @@ tasks.named('compileJava', JavaCompile).configure {
|
||||
|
||||
tasks.named('test', Test).configure {
|
||||
jvmArgs('--add-modules', 'jdk.incubator.vector')
|
||||
classpath += files('src/main/resources')
|
||||
classpath = files('src/main/resources') + classpath
|
||||
}
|
||||
|
||||
configurations.matching { it.name.startsWith('slim') }.all { }
|
||||
|
||||
Reference in New Issue
Block a user