remove reference to repository with JetBrains/Exposed library

This commit is contained in:
szymonsztuka 2017-08-31 13:42:08 +01:00 committed by GitHub
parent 35dec9abdc
commit bbebea234d
5 changed files with 0 additions and 16 deletions

View File

@ -143,10 +143,6 @@ allprojects {
mavenLocal()
mavenCentral()
jcenter()
// TODO: remove this once we eliminate Exposed
maven {
url 'https://dl.bintray.com/kotlin/exposed'
}
maven { url 'https://jitpack.io' }
}

View File

@ -10,9 +10,6 @@ repositories {
maven {
url 'http://oss.sonatype.org/content/repositories/snapshots'
}
maven {
url 'https://dl.bintray.com/kotlin/exposed'
}
}
configurations {

View File

@ -10,9 +10,6 @@ repositories {
url 'http://oss.sonatype.org/content/repositories/snapshots'
}
jcenter()
maven {
url 'https://dl.bintray.com/kotlin/exposed'
}
}
compileKotlin {

View File

@ -1,8 +1,5 @@
repositories {
mavenCentral()
maven {
url 'https://dl.bintray.com/kotlin/exposed'
}
}
apply plugin: 'java'

View File

@ -12,9 +12,6 @@ repositories {
url 'http://oss.sonatype.org/content/repositories/snapshots'
}
jcenter()
maven {
url 'https://dl.bintray.com/kotlin/exposed'
}
}
// Force the Caplet to target Java 6. This ensures that running 'java -jar explorer.jar' on any Java 6 VM upwards