Skip to content

Commit

Permalink
Updated build.gradle to include EAP repo (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko authored Feb 8, 2017
1 parent fe08e1d commit 3f30c94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,11 @@ To run formatter - `mvn antrun:run@ktlint-format`.
> build.gradle
```groovy
apply plugin: 'java'
repositories {
mavenCentral()
maven { url "http://dl.bintray.com/kotlin/kotlin-eap-1.1" }
}
configurations {
Expand Down

0 comments on commit 3f30c94

Please sign in to comment.