mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-24 17:47:40 +01:00
Merge branch 'v3.0' of git@github-home:webbukkit/dynmap.git into v3.0
This commit is contained in:
commit
241bc53cb9
4
.github/workflows/gibberish.txt
vendored
4
.github/workflows/gibberish.txt
vendored
@ -36,6 +36,9 @@ ko
|
||||
patreon
|
||||
README
|
||||
Gradle
|
||||
gradlew
|
||||
gradle
|
||||
oldgradle
|
||||
Curseforge
|
||||
SpigotMC
|
||||
PaperMC
|
||||
@ -55,3 +58,4 @@ JDK
|
||||
ForgeGradle
|
||||
Kosma
|
||||
Kosma's
|
||||
DEV
|
||||
|
@ -905,15 +905,15 @@
|
||||
|
||||
color: #fff;
|
||||
background: rgba(0,0,0,0.6);
|
||||
padding: 2px;
|
||||
padding: 2px 6px;
|
||||
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.dynmap .mapMarker .markerName16x16 {
|
||||
top: -6px;
|
||||
left: 10px;
|
||||
top: -12px;
|
||||
left: 12px;
|
||||
}
|
||||
|
||||
.dynmap .mapMarker .markerName8x8 {
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user