Skip to content

Commit

Permalink
up 添加forge1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed Jun 13, 2024
1 parent d377b71 commit b8ad2b7
Show file tree
Hide file tree
Showing 27 changed files with 3,532 additions and 4 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,28 @@ jobs:
with:
name: "allmusic_server_fabric_1_20_6"
path: build/libs/
build_forge_1_7_10:
runs-on: windows-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3 # v3.1.0
- name: build
shell: cmd
run: |
link.cmd && cd forge_1_7_10 && gradlew build
- name: update
uses: actions/upload-artifact@v4
with:
name: "allmusic_server_forge_1_7_10"
path: build/libs/
build_forge_1_12_2:
runs-on: windows-latest
permissions:
Expand Down
2 changes: 2 additions & 0 deletions forge_1_7_10/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
6 changes: 6 additions & 0 deletions forge_1_7_10/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
**/.gradle
**/.idea
**/build
**/run

logs
674 changes: 674 additions & 0 deletions forge_1_7_10/LICENSE

Large diffs are not rendered by default.

Loading

0 comments on commit b8ad2b7

Please sign in to comment.