Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Commit

Permalink
Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Aug 14, 2022
1 parent 4e7ca30 commit d21cad3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '18'
java-version: '16'
distribution: 'temurin'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ dependencies {
//runtimeOnly fg.deobf("curse.maven:oculus-581495:3770744")
runtimeOnly fg.deobf("curse.maven:create-328085:3737418")
runtimeOnly fg.deobf("curse.maven:flywheel-486392:3737402")
// implementation fg.deobf("curse.maven:jei-238222:3758750")
// implementation fg.deobf("curse.maven:jei-238222:3758750")

annotationProcessor 'org.spongepowered:mixin:0.8.3:processor'
}
Expand Down
5 changes: 3 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Sun Aug 14 16:34:13 CST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit d21cad3

Please sign in to comment.