Skip to content

Commit

Permalink
Fix lib
Browse files Browse the repository at this point in the history
  • Loading branch information
setreuid committed Dec 27, 2019
1 parent 3590f7a commit 78c752f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apply plugin: 'java-library'

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation files('libs\\json-simple-1.1.jar')
}

sourceCompatibility = "1.7"
Expand Down

0 comments on commit 78c752f

Please sign in to comment.