mirror of
https://github.com/corda/corda.git
synced 2025-04-29 15:30:10 +00:00
remove reference to repository with JetBrains/Exposed library
This commit is contained in:
parent
35dec9abdc
commit
bbebea234d
@ -143,10 +143,6 @@ allprojects {
|
|||||||
mavenLocal()
|
mavenLocal()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
jcenter()
|
jcenter()
|
||||||
// TODO: remove this once we eliminate Exposed
|
|
||||||
maven {
|
|
||||||
url 'https://dl.bintray.com/kotlin/exposed'
|
|
||||||
}
|
|
||||||
maven { url 'https://jitpack.io' }
|
maven { url 'https://jitpack.io' }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -10,9 +10,6 @@ repositories {
|
|||||||
maven {
|
maven {
|
||||||
url 'http://oss.sonatype.org/content/repositories/snapshots'
|
url 'http://oss.sonatype.org/content/repositories/snapshots'
|
||||||
}
|
}
|
||||||
maven {
|
|
||||||
url 'https://dl.bintray.com/kotlin/exposed'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
@ -10,9 +10,6 @@ repositories {
|
|||||||
url 'http://oss.sonatype.org/content/repositories/snapshots'
|
url 'http://oss.sonatype.org/content/repositories/snapshots'
|
||||||
}
|
}
|
||||||
jcenter()
|
jcenter()
|
||||||
maven {
|
|
||||||
url 'https://dl.bintray.com/kotlin/exposed'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
compileKotlin {
|
compileKotlin {
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven {
|
|
||||||
url 'https://dl.bintray.com/kotlin/exposed'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
|
@ -12,9 +12,6 @@ repositories {
|
|||||||
url 'http://oss.sonatype.org/content/repositories/snapshots'
|
url 'http://oss.sonatype.org/content/repositories/snapshots'
|
||||||
}
|
}
|
||||||
jcenter()
|
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
|
// Force the Caplet to target Java 6. This ensures that running 'java -jar explorer.jar' on any Java 6 VM upwards
|
||||||
|
Loading…
x
Reference in New Issue
Block a user