Skip to content

Conversation

@stkent
Copy link
Contributor

@stkent stkent commented Oct 3, 2019

Depends on #316 #323 for CI fixes, do not merge before that.

Fixes #288 (for now!)

Comment on lines 1 to 28
buildscript {
ext.kotlin_version = '1.2.40'
repositories {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
ext.kotlin_version = '1.3.50'
repositories {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}

apply plugin: 'kotlin'

repositories {
mavenCentral()
mavenCentral()
}

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

testCompile 'junit:junit:4.12'
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
testCompile 'junit:junit:4.12'
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
}
test {
testLogging {
exceptionFormat = 'full'
events = ["passed", "failed", "skipped"]
}
testLogging {
exceptionFormat = 'full'
events = ["passed", "failed", "skipped"]
}
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Normalized indentation to match all other build.gradle files.

@mikegehard
Copy link
Contributor

Now depends on #323

@mikegehard
Copy link
Contributor

would it also be good to update the Kotlin version in https://github.com/exercism/kotlin/blob/master/_template/build.gradle as well?

@stkent
Copy link
Contributor Author

stkent commented Oct 20, 2019

Good catch; done!

@mikegehard mikegehard merged commit 9094ce8 into exercism:master Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade to the latest Kotlin

2 participants