get "fabric.dli.config property" by relative path

This commit is contained in:
CreepyCre 2021-03-30 19:31:08 +02:00
parent d1e4a1c011
commit 1ee428cf69

View file

@ -197,7 +197,7 @@ curseforge {
test {
workingDir = file('test')
systemProperty('fabric.dli.config', System.getProperty('fabric.dli.config'))
systemProperty('fabric.dli.config', file('.gradle/loom-cache/launch.cfg').getAbsolutePath())
//useJUnitPlatform()
}