Skip to content

Commit

Permalink
update test build
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed May 9, 2022
1 parent 1e2e98b commit f17a65c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ dependencies {
implementation(kotlin("stdlib"))
implementation(kotlin("stdlib-jdk8"))
implementation("org.slf4j:slf4j-api:1.7.36")
implementation("io.minio:minio:8.3.9")

implementation("org.veupathdb.lib.s3:s34k-minio:0.1.0")
implementation("org.veupathdb.lib.s3:s34k-minio:0.2.0+s34k-0.4.0")

implementation("org.apache.logging.log4j:log4j-core:2.17.2")
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.17.2")
Expand Down
2 changes: 1 addition & 1 deletion test/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<AppenderRef ref="STDOUT" />
</Root>

<Logger name="org.veupathdb.lib.s3.s34k" level="debug" additivity="false">
<Logger name="org.veupathdb.lib.s3.s34k" level="off" additivity="false">
<AppenderRef ref="STDOUT" />
</Logger>
</Loggers>
Expand Down

0 comments on commit f17a65c

Please sign in to comment.