Skip to content

Commit

Permalink
Enable publication of langchain4k-filesystem (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
serras authored May 8, 2023
1 parent 8c167a8 commit 2f352dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions langchain4k-filesystem/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id(libs.plugins.kotlin.multiplatform.get().pluginId)
alias(libs.plugins.kotlin.multiplatform)
alias(libs.plugins.kotlinx.serialization)
alias(libs.plugins.spotless)
alias(libs.plugins.arrow.gradle.publish)
}

group = "com.xebia.functional.langchain4k"
version = "0.0.1-SNAPSHOT"

repositories {
mavenCentral()
}
Expand Down

0 comments on commit 2f352dd

Please sign in to comment.