Merge remote-tracking branch 'origin/main'

This commit is contained in:
Alessandro Proto 2024-09-01 13:46:24 +02:00
commit 1b70b8e487
2 changed files with 12 additions and 0 deletions

View file

@ -27,6 +27,14 @@ jobs:
distribution: 'microsoft'
- name: make gradle wrapper executable
run: chmod +x ./gradlew
- uses: actions/cache@v4
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: build
run: ./gradlew remapJar
- name: capture build artifacts

4
README.md Normal file
View file

@ -0,0 +1,4 @@
# rcc-server
[![build](https://github.com/ReconnectedCC/rcc-server/actions/workflows/build.yml/badge.svg)](https://github.com/ReconnectedCC/rcc-server/actions/workflows/build.yml)
Our custom server mod for ReconnectedCC