Merge pull request #3696 from webbukkit/generrosity-gradle-notes-tweak

Update README.md
This commit is contained in:
mikeprimm 2022-03-27 17:59:36 -05:00 committed by GitHub
commit c8801dbb8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -36,6 +36,9 @@ ko
patreon
README
Gradle
gradlew
gradle
oldgradle
Curseforge
SpigotMC
PaperMC
@ -55,3 +58,4 @@ JDK
ForgeGradle
Kosma
Kosma's
DEV

View File

@ -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 `target/`, run:
./gradlew setup build
@ -32,6 +32,13 @@ Or (on Windows):
cd oldgradle
gradlew.bat setup build
Those familiar with gradle can save time by specifying a build (or commenting in settings.gradle) BUT this is not suitable for uploading DEV code changes.
NOTE: PR code submissions MUST be built and TESTED for ALL platforms (including oldgradle), or be rejected and negatively influence future approvals.
For more check [contributing rules](#contributing-to-dynmaps-code).
./gradlew :fabric-1.18:build
# What platforms are supported?
The following target platforms are supported, and you can find them at the links supplied: