Skip to content

Commit

Permalink
1.20.1 forgegradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Lothrazar committed Jul 2, 2023
1 parent d03719c commit c461fca
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 184 deletions.
31 changes: 0 additions & 31 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: setup jdk17
uses: actions/setup-java@v2
- name: checkout repository
uses: actions/checkout@v3
- name: setup jdk
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
cache: 'gradle'
- name: make gradle wrapper executable
run: chmod +x ./gradlew
- name: setup
run: ./gradlew eclipse
- name: build
run: ./gradlew build
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ out
# gradle
build
.gradle
mcmodsrepo/

# other
eclipse
run
logs
libs

# Files from Forge MDK
forge*changelog.txt
logs/
libs/
src/generated
Loading

0 comments on commit c461fca

Please sign in to comment.