mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2024-11-27 04:35:17 +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:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
tags:
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -89,6 +89,7 @@ tasks.javadoc {
|
||||
"https://javadoc.io/doc/com.flowpowered/flow-math/1.0.3/",
|
||||
"https://javadoc.io/doc/com.google.code.gson/gson/2.8.0/",
|
||||
)
|
||||
addStringOption("Xdoclint:none", "-quiet")
|
||||
if (JavaVersion.current().isJava9Compatible)
|
||||
addBooleanOption("html5", true)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user