We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
srnyx
Learn more about funding links in repositories.
Report abuse
1 parent 2801bd1 commit e776355Copy full SHA for e776355
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.1.0", "A simple library for JDA Discord bots", JavaVersion.VERSION_19)
+ setupJava("xyz.srnyx", "3.0.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