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 78c752f commit 86578dc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
apply plugin: 'java-library'

repositories {
mavenCentral()
}

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

// https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple
implementation group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1'
}

sourceCompatibility = "1.7"
Expand Down

0 comments on commit 86578dc

Please sign in to comment.