We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e59143 commit 377b1a0Copy full SHA for 377b1a0
build.gradle.kts
@@ -16,7 +16,7 @@ subprojects {
16
apply(plugin = "xyz.srnyx.gradle-galaxy")
17
apply(plugin = "com.github.johnrengelman.shadow")
18
19
- setupJava("xyz.srnyx", "2.0.0", "A simple library for JDA Discord bots", JavaVersion.VERSION_19)
+ setupJava("xyz.srnyx", "2.1.0", "A simple library for JDA Discord bots", JavaVersion.VERSION_19)
20
addCompilerArgs("-parameters")
21
repository(Repository.MAVEN_CENTRAL, Repository.JITPACK)
22
0 commit comments