We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030f29e commit b200d33Copy full SHA for b200d33
.github/workflows/publish.yml
@@ -2,8 +2,9 @@ name: Publish
2
3
on:
4
workflow_dispatch:
5
- release:
6
- types: [published]
+ push:
+ tags:
7
+ - '**'
8
9
jobs:
10
build:
build.gradle.kts
@@ -89,6 +89,7 @@ tasks.javadoc {
89
"https://javadoc.io/doc/com.flowpowered/flow-math/1.0.3/",
90
"https://javadoc.io/doc/com.google.code.gson/gson/2.8.0/",
91
)
92
+ addStringOption("Xdoclint:none", "-quiet")
93
if (JavaVersion.current().isJava9Compatible)
94
addBooleanOption("html5", true)
95
}
0 commit comments