Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiSikora committed Jun 14, 2020
1 parent deed712 commit 9ed39fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects {
group = properties["GROUP"]!!
version = properties["VERSION_NAME"]!!

tasks.withType<Test> {
tasks.withType<Test> {
testLogging {
events("skipped", "failed", "passed")
}
Expand All @@ -51,9 +51,9 @@ allprojects {
kotlinOptions {
jvmTarget = "1.8"
freeCompilerArgs = listOf(
"-progressive",
"-XXLanguage:+NewInference",
"-Xjvm-default=enable"
"-progressive",
"-XXLanguage:+NewInference",
"-Xjvm-default=enable"
)
}
}
Expand Down

0 comments on commit 9ed39fa

Please sign in to comment.