Add Caching to GitHub actions and update README.md to reflect Gradle

This commit is contained in:
zax71 2023-02-18 19:09:00 +00:00 committed by Jeremy Wood
parent d1be3bd0be
commit e90c50d170
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B
2 changed files with 3 additions and 2 deletions

View File

@ -18,6 +18,7 @@ jobs:
with:
java-version: 11
distribution: 'adopt'
cache: gradle
- name: Build with Gradle
run: gradlew build

View File

@ -21,9 +21,9 @@ Now it's time to create your very own Multiverse server, do check out our [Wiki]
Building
========
Simply build the source with maven:
Simply build the source with Gradle:
```
$ mvn install
./gradlew build
```
More details are available on the [build instructions wiki page](https://github.com/Multiverse/Multiverse-Core/wiki/Building).