Gradle changes

This commit is contained in:
paulevsGitch 2021-12-04 16:01:48 +03:00
parent 2f9c131ca9
commit a4f26e843d
2 changed files with 9 additions and 7 deletions

View file

@ -11,8 +11,8 @@ plugins {
id 'maven-publish'
}
sourceCompatibility = JavaVersion.VERSION_16
targetCompatibility = JavaVersion.VERSION_16
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
archivesBaseName = project.archives_base_name
version = project.mod_version

View file

@ -1,12 +1,14 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx2G
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.17.1
minecraft_version=1.18
yarn_mappings=6
loader_version=0.12.4
# Mod Properties
mod_version=0.12.5
mod_version=1.0.0
maven_group=ru.betterend
archives_base_name=better-end
@ -14,7 +16,7 @@ archives_base_name=better-end
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
patchouli_version = 55-FABRIC-SNAPSHOT
fabric_version = 0.42.1+1.17
bclib_version = 0.5.4
rei_version = 6.0.264-alpha
fabric_version = 0.44.0+1.18
bclib_version = 1.0.1
rei_version = 7.0.343
canvas_version = 1.0.+