Switched back to PircBotX JitPack snapshot

This commit is contained in:
Erik C. Thauvin 2022-10-12 20:33:38 -07:00
parent c4cf7b10d5
commit a2646ceb9f
3 changed files with 5 additions and 5 deletions

View file

@ -45,8 +45,8 @@ dependencies {
compileOnly(semverProcessor)
// PircBotX
//implementation 'com.github.pircbotx:pircbotx:-SNAPSHOT'
implementation fileTree(dir: 'lib', include: '*.jar')
implementation 'com.github.pircbotx:pircbotx:-SNAPSHOT'
// implementation fileTree(dir: 'lib', include: '*.jar')
// Commons (mostly for PircBotX)
implementation 'org.apache.commons:commons-lang3:3.12.0'