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 86578dc commit 5815acd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'java-library'
apply plugin: 'maven'

repositories {
mavenCentral()
Expand All @@ -8,7 +9,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

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

sourceCompatibility = "1.7"
Expand Down

0 comments on commit 5815acd

Please sign in to comment.