File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments