get "fabric.dli.config property" by relative path
This commit is contained in:
parent
d1e4a1c011
commit
1ee428cf69
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ curseforge {
|
||||||
test {
|
test {
|
||||||
workingDir = file('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()
|
//useJUnitPlatform()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue