mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-13 22:05:12 +01:00
Update README.md
additions for my dumb ass on how gradle works and where things end up, as this was a recent question in discord too
This commit is contained in:
parent
ed27140fb5
commit
e47d6521f4
@ -13,7 +13,7 @@ Dynmap 3.x+ uses Gradle for building support for all platforms, with all resulti
|
||||
default JDK must be a JDK 17 (or later) versions - older versions will still be compiled
|
||||
to run on the default JDK for those platforms (JDK 8, or JDK 16 for 1.17.x), and common libraries are built JDK 8.
|
||||
|
||||
To build, run:
|
||||
To build and get all jars in `build/libs/`, run:
|
||||
|
||||
./gradlew setup build
|
||||
|
||||
@ -32,6 +32,10 @@ Or (on Windows):
|
||||
cd oldgradle
|
||||
gradlew.bat setup build
|
||||
|
||||
If you are familiar with gradle you can save time by specifing which build you want (or comment out unwanted builds from settings.gradle):
|
||||
|
||||
./gradlew :fabric-1.18:build
|
||||
|
||||
|
||||
# What platforms are supported?
|
||||
The following target platforms are supported, and you can find them at the links supplied:
|
||||
|
Loading…
Reference in New Issue
Block a user