Skip to content

Commit

Permalink
Use Groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
HackAttack committed Sep 25, 2016
1 parent a5ff046 commit 59a537f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
apply plugin: 'java'
apply plugin: 'checkstyle'
apply plugin: 'findbugs'
apply plugin: 'groovy'

repositories {
jcenter()
}

sourceCompatibility = 1.6
targetCompatibility = 1.6

dependencies {
compile 'com.squareup.okhttp3:okhttp:3.4.1'
compile localGroovy()
compile 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.1'
}

0 comments on commit 59a537f

Please sign in to comment.