Skip to content

Commit

Permalink
small changes in build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Dec 4, 2024
1 parent ae5a69a commit 5b4cbc0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ println("""
| Version: ${project.version}
| Release build: $isReleaseBuild
+--------------------------------------------
""".trimIndent()
"""
)

repositories {
Expand All @@ -71,9 +71,11 @@ kotlin {
languageVersion = kotlinTarget
freeCompilerArgs.add("-Xmulti-dollar-interpolation")
extraWarnings.set(true)
progressiveMode = true
}

jvm {
// set up according to https://jakewharton.com/gradle-toolchains-are-rarely-a-good-idea/
compilerOptions {
apiVersion = kotlinTarget
languageVersion = kotlinTarget
Expand All @@ -89,7 +91,6 @@ kotlin {
binaries.library()
}


wasmJs {
browser()
nodejs()
Expand Down Expand Up @@ -212,9 +213,6 @@ publishing {
publications {
withType<MavenPublication> {
artifact(javadocJar)
// from(components["kotlin"])
// artifact(javadocJar)
// artifact(sourcesJar)
pom {
name = "xemantic-ai-tool-schema"
description = "A Kotlin multiplatform AI/LLM tool use (function calling) JSON Schema generator"
Expand Down

0 comments on commit 5b4cbc0

Please sign in to comment.