File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,15 +14,14 @@ import xyz.srnyx.gradlegalaxy.utility.setupPublishingEnv
1414plugins {
1515 application
1616 `java- library`
17- id(" xyz.srnyx.gradle-galaxy" ) version " 3.1.0 "
17+ id(" xyz.srnyx.gradle-galaxy" ) version " cf22393 "
1818 id(" com.gradleup.shadow" ) version " 9.4.3"
1919 id(" dev.reformator.stacktracedecoroutinator" ) version " 2.6.2"
2020}
2121
2222setupJda(
2323 javaSetupConfig = JavaSetupConfig (
2424 group = " xyz.srnyx" ,
25- version = " 4.0.0" ,
2625 description = " A simple library for JDA Discord bots" ),
2726 jdaConfig = DependencyConfig (version = " 6.4.2" ))
2827
Original file line number Diff line number Diff line change 1- pluginManagement.plugins.kotlin(" jvm" ) version " 2.2.10"
1+ pluginManagement {
2+ repositories {
3+ maven(" https://repo.srnyx.com/snapshots/" )
4+ gradlePluginPortal()
5+ }
6+
7+ plugins.kotlin(" jvm" ) version " 2.2.10"
8+ }
29plugins {
310 id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.8.0"
411}
You can’t perform that action at this time.
0 commit comments