From 7f41eab5e40312e37ac42d50f135a219fa8886a1 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 4 Jan 2021 12:46:00 +0000 Subject: [PATCH] Fixed compileOnly issues with jitpack --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cc9885547..327efb2b7 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ dependencies { compileOnly 'fr.neatmonster:nocheatplus:3.16.1-SNAPSHOT' compileOnly 'com.github.jiangdashao:matrix-api-repo:317d4635fd' compileOnly 'org.jetbrains:annotations:19.0.0' - compileOnly fileTree(dir: '/lib', include: ['*.jar']) + compileOnly fileTree(dir: 'lib', include: ['*.jar']) // Lombok compileOnly 'org.projectlombok:lombok:1.18.16'