mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Use the project's version of Kotlin to build Explorer. (#351)
This commit is contained in:
parent
a9412b32f3
commit
bea256caf1
@ -1,15 +1,3 @@
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.0.3'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
|
Loading…
Reference in New Issue
Block a user