mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2024-12-02 15:14:18 +01:00
Publish on tag
This commit is contained in:
parent
030f29e7f3
commit
b200d339f1
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -2,8 +2,9 @@ name: Publish
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
release:
|
push:
|
||||||
types: [published]
|
tags:
|
||||||
|
- '**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -89,6 +89,7 @@ tasks.javadoc {
|
|||||||
"https://javadoc.io/doc/com.flowpowered/flow-math/1.0.3/",
|
"https://javadoc.io/doc/com.flowpowered/flow-math/1.0.3/",
|
||||||
"https://javadoc.io/doc/com.google.code.gson/gson/2.8.0/",
|
"https://javadoc.io/doc/com.google.code.gson/gson/2.8.0/",
|
||||||
)
|
)
|
||||||
|
addStringOption("Xdoclint:none", "-quiet")
|
||||||
if (JavaVersion.current().isJava9Compatible)
|
if (JavaVersion.current().isJava9Compatible)
|
||||||
addBooleanOption("html5", true)
|
addBooleanOption("html5", true)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user