version bump
This commit is contained in:
parent
92ad1a5cff
commit
5e61688f0c
@ -9,7 +9,7 @@ val logback_version="1.2.10"
|
||||
|
||||
|
||||
group = "net.sergeych"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2-SNAPSHOT"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@ -23,15 +23,8 @@ repositories {
|
||||
|
||||
|
||||
kotlin {
|
||||
jvm {
|
||||
// compilations.all {
|
||||
// kotlinOptions.jvmTarget = "1.8"
|
||||
// }
|
||||
withJava()
|
||||
testRuns["test"].executionTask.configure {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
}
|
||||
jvmToolchain(17)
|
||||
jvm()
|
||||
js(IR) {
|
||||
browser {
|
||||
// commonWebpackConfig {
|
||||
|
Loading…
Reference in New Issue
Block a user