We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b81bc8d commit a0e358bCopy full SHA for a0e358b
build.gradle
@@ -54,5 +54,5 @@ tasks.named("test", Test) {
54
events("passed")
55
}
56
57
- systemProperty "java.library.path", project(":tracy-jni").getLayout().getBuildDirectory().dir("/lib/main/debug").get().asFile.absolutePath
+ systemProperty "java.library.path", project(":tracy-jni").getLayout().getBuildDirectory().dir("lib/main/debug").get().asFile.absolutePath
58
0 commit comments