Skip to content

Commit

Permalink
layout
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Apr 4, 2023
1 parent 785d461 commit c03493d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ dependencies {
testImplementation("io.kotest:kotest-assertions-core:5.5.5")
}

kotlin.jvmToolchain {
languageVersion.set(JavaLanguageVersion.of(8))
}
kotlin.jvmToolchain { languageVersion.set(JavaLanguageVersion.of(8)) }

tasks {
withType<KotlinCompile<*>>().all {
Expand All @@ -34,11 +32,7 @@ publishing {
suppressAllPomMetadataWarnings()
}
}
repositories {
github {
domain = "kotlin-graphics/mary"
}
}
repositories { github { domain = "kotlin-graphics/mary" } }
}

java.withSourcesJar()

0 comments on commit c03493d

Please sign in to comment.