Skip to content

Commit

Permalink
Fix jar config
Browse files Browse the repository at this point in the history
  • Loading branch information
nehaev committed Jul 2, 2024
1 parent 975244c commit 04988f8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion loki-logback-appender/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,16 @@ repositories {
mavenCentral()
}

sourceSets {
main {
java {
srcDirs += [files(project(":loki-client").sourceSets.main.java.srcDirs)]
}
}
}

dependencies {
api libs.logback
implementation project(":loki-client")
compileOnly libs.bundles.pluggable

testImplementation project(":testkit")
Expand Down

0 comments on commit 04988f8

Please sign in to comment.