Skip to content

Commit

Permalink
Fixed client build issue in gradle file.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsvedin committed Mar 7, 2024
1 parent 282d6db commit e64793e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions client/build.gradle.kts
@@ -1,4 +1,7 @@
import com.lightningkite.deployhelpers.*
import com.lightningkite.deployhelpers.developer
import com.lightningkite.deployhelpers.github
import com.lightningkite.deployhelpers.mit
import com.lightningkite.deployhelpers.standardPublishing

plugins {
kotlin("multiplatform")
Expand All @@ -10,7 +13,7 @@ plugins {
`maven-publish`
}

repositories{
repositories {
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots/")
}

Expand All @@ -26,11 +29,7 @@ kotlin {
}
}

jvm {
compilations.all {
kotlinOptions.jvmTarget = "1.8"
}
}
jvm()
js(IR) {
browser()
}
Expand Down

0 comments on commit e64793e

Please sign in to comment.