Skip to content

Commit

Permalink
Workaround for KT-25938
Browse files Browse the repository at this point in the history
  • Loading branch information
sandwwraith committed Aug 7, 2018
1 parent c01c366 commit aee4fc2
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
Expand Up @@ -82,8 +82,9 @@ allprojects {

repositories {
jcenter()
maven { url eapChannel }
mavenLocal()
maven { url eapChannel }
maven { url serializationRepo }
}
}

Expand Down

0 comments on commit aee4fc2

Please sign in to comment.