diff options
| -rw-r--r-- | JenkinsD | 2 | ||||
| -rw-r--r-- | gradle.properties | 10 |
2 files changed, 6 insertions, 6 deletions
@@ -4,7 +4,7 @@ pipeline { stage ('Build') { when { - expression { env.BRANCH_NAME == '4.x' || env.BRANCH_NAME == '4.x-unstable' } + expression { env.BRANCH_NAME == '4.x' || env.BRANCH_NAME == '5.x' } } steps { sh "rm -rf build/libs/" diff --git a/gradle.properties b/gradle.properties index b889a6f06..f9e67d587 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ org.gradle.jvmargs=-Xmx3G -mod_version=5.0.0-unstable -supported_version=20w30a -minecraft_version=20w30a -yarn_version=20w30a+build.3+legacy.20w09a+build.8 +mod_version=5.0.1-unstable +supported_version=1.16.2+ +minecraft_version=1.16.2-pre1 +yarn_version=1.16.2-pre1+build.1+legacy.20w09a+build.8 fabricloader_version=0.9.0+build.204 cloth_client_events_v0_version=1.0.6 cloth_config_version=4.7.0-unstable modmenu_version=1.12.2+build.16 -fabric_api=0.16.0+build.386-1.16 +fabric_api=0.16.3+build.390-1.16 autoconfig1u=3.2.0-unstable api_include=me.shedaniel.cloth.api:cloth-client-events-v0,me.shedaniel.cloth:config-2,me.sargunvohra.mcmods:autoconfig1u,net.fabricmc.fabric-api:fabric-api-base api_exculde= |
