Attempt fix

This commit is contained in:
Johannes Frohnmeyer 2022-05-16 11:42:31 +00:00
parent 91a6b22a72
commit 1fdd2ba605
1 changed files with 3 additions and 1 deletions

View File

@ -233,7 +233,9 @@ allprojects {
}
loom {
vmArgs "-Dfabric.debug.classPathIsolationBypassClasses=io/gitlab/jfronny"
runConfigs.configureEach {
vmArgs "-Dfabric.debug.classPathIsolationBypassClasses=io/gitlab/jfronny"
}
}
}