Skip to content

Commit

Permalink
🤓
Browse files Browse the repository at this point in the history
  • Loading branch information
187J3X1-114514 committed Oct 8, 2024
1 parent 6a77135 commit e90f463
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,16 @@ jobs:
${{ runner.os }}-gradle-
- name: Initialize build environment
run: ./gradlew

- name: Check license headers
run: ./gradlew checkLicenses
run: ./gradlew --info

- name: Build
id: build
if: ${{ !cancelled() }}
run: ./gradlew build
run: ./gradlew build --info
- name: mergeJars
id: mergeJars
if: ${{ !cancelled() }}
run: ./gradlew mergeJars
run: ./gradlew mergeJars --info

- name: Capture build artifacts
uses: actions/upload-artifact@v4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package io.homo.superresolution.fabric.compat.sodium;

/*
import me.jellysquid.mods.sodium.client.platform.windows.api.d3dkmt.D3DKMT;
import net.fabricmc.loader.api.FabricLoader;
Expand All @@ -20,3 +20,4 @@ private static void fixDevError(CallbackInfoReturnable<List<D3DKMT.WDDMAdapterIn
}
}
*/
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"compatibilityLevel": "JAVA_17",
"minVersion": "0.8",
"client": [
"sodium.SoidumD3DKMTMixin"
],
"mixins": [
],
Expand Down

0 comments on commit e90f463

Please sign in to comment.