We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38ba3c commit 129a08bCopy full SHA for 129a08b
2 files changed
build.gradle
@@ -60,16 +60,16 @@ javafx {
60
}
61
62
configurations {
63
- // Remove vanniktech non-sense
+ // Remove vanniktech nonsense
64
gradle.taskGraph.whenReady { graph ->
65
- if (graph.hasTask(plainJavadocJar)) {
66
- plainJavadocJar.enabled = false
+ if (graph.hasTask(mavenPlainJavadocJar)) {
+ mavenPlainJavadocJar.enabled = false
67
68
69
70
71
mavenPublishing {
72
- publishToMavenCentral(SonatypeHost.S01)
+ publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
73
signAllPublications()
74
75
gradle.properties
@@ -23,7 +23,7 @@ vfx=21.8.4
23
jdk=21
24
# Plugins
25
jfxPlugin=0.1.0
26
-mavenPublish=0.28.0
+mavenPublish=0.32.0
27
# Dependencies
28
jfx=23.0.2
29
mfxcore=11.12.0
0 commit comments