Skip to content

Commit

Permalink
build: switch to Sonatype snapshots repo for kotlin-compiler
Browse files Browse the repository at this point in the history
it is updated automatically by every successful build
  • Loading branch information
SvyatoslavScherbina committed Oct 31, 2016
1 parent 1b624ac commit 18ae8b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend.native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ apply plugin: 'java'
apply plugin: 'kotlin'
apply plugin: org.jetbrains.kotlin.NativeInteropPlugin

String kotlinCompilerModule = 'org.jetbrains.kotlin:kotlin-compiler:1.1.0-dev-4137'
String kotlinCompilerModule = 'org.jetbrains.kotlin:kotlin-compiler:1.1-20161025.164748-245'

// (gets applied to this project and all its subprojects)
allprojects {
repositories {
mavenCentral()
maven {
url "http://dl.bintray.com/kotlin/kotlin-dev"
url 'http://oss.sonatype.org/content/repositories/snapshots'
}
}

Expand Down

0 comments on commit 18ae8b2

Please sign in to comment.