mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 10:36:06 +01:00
Add Caching to GitHub actions and update README.md to reflect Gradle
This commit is contained in:
parent
d1be3bd0be
commit
e90c50d170
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 11
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
|
cache: gradle
|
||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: gradlew build
|
run: gradlew build
|
||||||
|
@ -21,9 +21,9 @@ Now it's time to create your very own Multiverse server, do check out our [Wiki]
|
|||||||
|
|
||||||
Building
|
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).
|
More details are available on the [build instructions wiki page](https://github.com/Multiverse/Multiverse-Core/wiki/Building).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user