Skip to content

Commit

Permalink
Fixed compileOnly issues with jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Jan 4, 2021
1 parent 0d1c236 commit 7f41eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7f41eab

Please sign in to comment.