Skip to content

Commit

Permalink
Update to Loom 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Jul 9, 2024
1 parent 850ad94 commit 7f20aa2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish 1.6
name: Publish 1.7

on:
push:
branches:
- "dev/1.6"
- "dev/1.7"

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

group = "babric"
base.archivesName = project.name
def baseVersion = "1.6"
def baseVersion = "1.7"

def ENV = System.getenv()

Expand All @@ -30,7 +30,7 @@ dependencies {
implementation(gradleApi())

implementation("net.fabricmc:fabric-loom:${baseVersion}-SNAPSHOT")
compileOnly("net.fabricmc:mapping-io:0.5.1")
compileOnly("net.fabricmc:mapping-io:0.6.1")
api("babric:stitch:0.6.2-babric.1")

testImplementation(platform("org.junit:junit-bom:5.9.1"))
Expand Down
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 @@
#Thu Mar 21 21:38:16 CET 2024
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.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion test-mod/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version "1.6-SNAPSHOT"
id 'fabric-loom' version "1.7-SNAPSHOT"
id 'maven-publish'
id 'babric-loom-extension'
}
Expand Down
2 changes: 1 addition & 1 deletion test-mod/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.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 7f20aa2

Please sign in to comment.