Skip to content

Commit

Permalink
Fix crashes on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
mini-bomba committed May 29, 2021
1 parent 40a3570 commit 2831de7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ minecraft {
}

dependencies {
implementation group: 'com.github.twitch4j', name: 'twitch4j', version: '1.2.1'
implementation group: 'com.github.twitch4j', name: 'twitch4j', version: '1.4.0'
}

jar {
Expand Down Expand Up @@ -43,6 +43,8 @@ jar {
shadowJar {
archiveFileName = jar.archiveFileName

relocate 'org.apache', 'org.StreamChatMod.apache'

duplicatesStrategy = DuplicatesStrategy.EXCLUDE

exclude('dummyThing')
Expand Down

0 comments on commit 2831de7

Please sign in to comment.