Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
zly2006 committed Oct 10, 2024
1 parent 11ad6fe commit 944050c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

plugins {
id 'fabric-loom' version '1.6-SNAPSHOT'
id 'fabric-loom' version '1.7.3'
id 'maven-publish'
id "org.ajoberstar.grgit" version "5.2.0"
id 'org.jetbrains.kotlin.jvm' version '2.0.0'
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ archives_base_name = reden-is-what-we-made
# check these on https://fabricmc.net/develop
# Fabric Properties
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.9
loader_version=0.15.6
yarn_mappings=1.20.1+build.10
loader_version=0.16.5

#Fabric api
fabric_version=0.91.0+1.20.1
fabric_version=0.92.2+1.20.1
owo_version = 0.11.1+1.20

artifactory_user=zly2006
artifactory_password=cmVmdGtuOjAxOjE3MzE1OTY0ODE6Vk9ZcWFjT041OGczOVN1RlV0OUVlRlFnWTZN
artifactory_password=123456
is_main_branch=true
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 944050c

Please sign in to comment.