File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Publish to CurseForge and Modrinth
22on :
33 push :
44 branches :
5- - ver/1.16 -1.21
5+ - ver/1.8 -1.12
66 workflow_dispatch :
77permissions :
88 contents : read
Original file line number Diff line number Diff line change @@ -90,11 +90,11 @@ allprojects {
9090 }
9191
9292 dependencies {
93- library " com.viaversion:viaversion-common:5.8.0 "
94- library " com.viaversion:viabackwards-common:5.8.0 "
95- library " com.viaversion:viarewind-common:4.0.15 "
96- library " com.viaversion:viaaprilfools-common:4.1.0 "
97- library(" net.raphimc:ViaLegacy:3.0.14 " ) {
93+ library " com.viaversion:viaversion-common:${ vv_version } "
94+ library " com.viaversion:viabackwards-common:${ vb_version } "
95+ library " com.viaversion:viarewind-common:${ vr_version } "
96+ library " com.viaversion:viaaprilfools-common:${ vaf_version } "
97+ library(" net.raphimc:ViaLegacy:${ vl_version } " ) {
9898 exclude group : " com.google.code.gson" , module : " gson"
9999 }
100100 }
Original file line number Diff line number Diff line change 22org.gradle.jvmargs =-Xmx3G -XX:+UseG1GC
33org.gradle.daemon =false
44
5+ vv_version =5.8.0
6+ vb_version =5.8.0
7+ vr_version =4.0.15
8+ vaf_version =4.1.0
9+ vl_version =3.0.14
10+
511mixin_version =0.8.3
You can’t perform that action at this time.
0 commit comments