Skip to content

Commit

Permalink
chore: update loom, fabric, cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemmmy committed Feb 27, 2024
1 parent a8c3ddd commit fe101da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ plugins {
val kotlinVersion: String by System.getProperties()
kotlin("jvm").version(kotlinVersion)

id("fabric-loom") version "1.2-SNAPSHOT"
id("io.github.juuxel.loom-quiltflower") version "1.10.0"
id("fabric-loom") version "1.5-SNAPSHOT"
id("maven-publish")
id("signing")
id("com.modrinth.minotaur") version "2.+"
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ org.gradle.jvmargs = -Xmx1G
# check these on https://fabricmc.net/develop/
minecraftTargetVersion = 1.20.x
minecraftVersion = 1.20.1
yarnMappings = 1.20.1+build.2
loaderVersion = 0.14.21
yarnMappings = 1.20.1+build.10
loaderVersion = 0.15.7

kotlin.code.style = official
systemProp.kotlinVersion = 1.7.10
fabricKotlinVersion = 1.8.4+kotlin.1.7.20

# Mod Properties
modVersion = 1.9.5
modVersion = 1.9.6
mavenGroup = io.sc3

# Dependencies
# check this on https://fabricmc.net/develop/
fabricVersion = 0.87.0+1.20.1

ccVersion = 1.109.3
ccVersion = 1.109.6
ccMcVersion = 1.20.1
ccTargetVersion = >=1.109.3
ccTargetVersion = >=1.109.6

clothConfigVersion = 11.0.99
clothApiVersion = 4.0.65
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit fe101da

Please sign in to comment.