Skip to content

Commit

Permalink
Re-enable 1.14.x in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Sep 28, 2024
1 parent c93b6ff commit 3d416aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
'1.13,1.13.1,1.13.2',

# Upstream broken yarns
# '1.14,1.14.1,1.14.2,1.14.3,1.14.4'
'1.14,1.14.1,1.14.2,1.14.3,1.14.4'
]
env:
MC_VERSION: ${{ matrix.mc_version }}
Expand Down
4 changes: 2 additions & 2 deletions test-mod/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'fabric-loom' version "1.7-SNAPSHOT"
id 'legacy-looming' version "1.7-SNAPSHOT"
id 'fabric-loom' version "1.8-SNAPSHOT"
id 'legacy-looming' version "1.8-SNAPSHOT"
id 'maven-publish'
}

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.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 3d416aa

Please sign in to comment.