Skip to content

Commit

Permalink
⬆️ glm
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Feb 7, 2018
1 parent 0b363d8 commit 075265e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ buildscript {
repositories {
jcenter() // shadow
mavenCentral()
maven { url "https://dl.bintray.com/kotlin/kotlin-eap" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-eap") }
maven { setUrl("https://oss.sonatype.org/content/repositories/snapshots/") }
}

dependencies {
Expand Down Expand Up @@ -63,9 +63,9 @@ dependencies {

repositories {
mavenCentral()
maven { url "https://dl.bintray.com/kotlin/kotlin-eap" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { url 'https://jitpack.io' }
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-eap") }
maven { setUrl("https://oss.sonatype.org/content/repositories/snapshots/") }
maven { setUrl('https://jitpack.io') }
}

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down

0 comments on commit 075265e

Please sign in to comment.