Skip to content

Commit 8cb5ea4

Browse files
committed
Fix GitHub workflows
Updated Gradle Galaxy from 3.1.0 to cf22393
1 parent 3995405 commit 8cb5ea4

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ import xyz.srnyx.gradlegalaxy.utility.setupPublishingEnv
1414
plugins {
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

2222
setupJda(
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

settings.gradle.kts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
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+
}
29
plugins {
310
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
411
}

0 commit comments

Comments
 (0)