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