Skip to content

Commit

Permalink
Update build.gradle, fabric.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xia-mc committed Feb 22, 2024
1 parent 8d687d4 commit 08adc4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fabric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build
uses: gradle/gradle-build-action@v2
with:
arguments: build -source 17
arguments: build
build-root-directory: fabric

- name: Find Correct JAR
Expand Down
4 changes: 2 additions & 2 deletions fabric/wrapper/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply(plugin: "dev.architectury.loom")

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

archivesBaseName = project.archives_base_name
version = project.mod_version
Expand Down

0 comments on commit 08adc4f

Please sign in to comment.