Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
NIO methods are only available in Apache 1.21
  • Loading branch information
Szum123321 authored Jun 22, 2022
1 parent a9befa2 commit 4fa3002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ dependencies {
modImplementation("com.terraformersmc:modmenu:${project.modmenu_version}")

//General compression library
modImplementation "org.apache.commons:commons-compress:1.19"
include "org.apache.commons:commons-compress:1.19"
modImplementation "org.apache.commons:commons-compress:1.21"
include "org.apache.commons:commons-compress:1.21"

//LZMA support
modImplementation 'org.tukaani:xz:1.9'
Expand Down

0 comments on commit 4fa3002

Please sign in to comment.