Skip to content

Commit a0e358b

Browse files
committed
fix: remove accidental absolute path in build.gradle
1 parent b81bc8d commit a0e358b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ tasks.named("test", Test) {
5454
events("passed")
5555
}
5656

57-
systemProperty "java.library.path", project(":tracy-jni").getLayout().getBuildDirectory().dir("/lib/main/debug").get().asFile.absolutePath
57+
systemProperty "java.library.path", project(":tracy-jni").getLayout().getBuildDirectory().dir("lib/main/debug").get().asFile.absolutePath
5858
}

0 commit comments

Comments
 (0)