Skip to content

Commit

Permalink
Change commons-compress to compileOnly (apps use it too)
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-psi committed Mar 8, 2024
1 parent 31fd420 commit 18e9b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/all/smbshare/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {

implementation("com.hierynomus:smbj:0.13.0")
compileOnly("net.grey-panther:natural-comparator:1.1")
implementation("org.apache.commons:commons-compress:1.25.0")
compileOnly("org.apache.commons:commons-compress:1.25.0")

// Extensions are using Kotlin 1.7, newer versions of xmlutil are on 1.9
//noinspection GradleDependency
Expand Down

0 comments on commit 18e9b65

Please sign in to comment.