Skip to content

Commit 3c76785

Browse files
authored
Fix (#228)
1 parent fa7e1ad commit 3c76785

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ allprojects {
7575
"transitiveImplementation"(implementation("com.mojang:datafixerupper:${project.properties["dfu_version"]}") as Dependency)
7676
"transitiveImplementation"(implementation("maven.modrinth:spasm:${project.properties["spasm_version"]}") as Dependency)
7777
"transitiveImplementation"(implementation("me.carleslc:Simple-Yaml:1.8.4") as Dependency)
78-
"transitiveImplementation"(modImplementation("net.glasslauncher.mods:GlassConfigAPI:${project.properties["gcapi_version"]}") as Dependency)
78+
79+
// not a runtime dependency unless we use something outside its events.
80+
modImplementation("net.glasslauncher.mods:GlassConfigAPI:${project.properties["gcapi_version"]}")
7981

8082
// convenience stuff
8183
// adds some useful annotations for data classes. does not add any dependencies

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ fabric.loom.multiProjectOptimisation=true
2727
archives_base_name = StationAPI
2828

2929
# Test properties
30-
gcapi_version = 3.1.0
30+
gcapi_version = 3.2.5
3131
modmenu_version = 1.8.5-beta.11
3232
rc_version = 0.5.4

0 commit comments

Comments
 (0)