Add class path isolation bypass for my own classes (should universally fix dev env)

This commit is contained in:
Johannes Frohnmeyer 2022-05-16 11:41:04 +00:00
parent ccb928f81c
commit 91a6b22a72
1 changed files with 4 additions and 0 deletions

View File

@ -231,6 +231,10 @@ allprojects {
expand 'version': project.version
}
}
loom {
vmArgs "-Dfabric.debug.classPathIsolationBypassClasses=io/gitlab/jfronny"
}
}
java {