Skip to content

Commit

Permalink
refactor: fixing Gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Jun 22, 2016
1 parent ad61bf3 commit 4daf2f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions serenity-cli/build.gradle
Expand Up @@ -4,6 +4,9 @@ ext {
}

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.3'
}
Expand Down Expand Up @@ -35,3 +38,4 @@ publishing {
}
}
}

0 comments on commit 4daf2f8

Please sign in to comment.