Skip to content

Commit dbaadbc

Browse files
committed
Fix: Absolute flatdir path
1 parent 7a152e1 commit dbaadbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ allprojects {
7272
maven("https://maven.terraformersmc.com/releases/")
7373

7474
flatDir {
75-
dirs("libs") // TODO: Absolute path
75+
dirs(rootProject.file("libs"))
7676
}
7777
}
7878

0 commit comments

Comments
 (0)