Skip to content

Commit 129a08b

Browse files
committed
🔧 Update release plugin and config
Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
1 parent f38ba3c commit 129a08b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ javafx {
6060
}
6161

6262
configurations {
63-
// Remove vanniktech non-sense
63+
// Remove vanniktech nonsense
6464
gradle.taskGraph.whenReady { graph ->
65-
if (graph.hasTask(plainJavadocJar)) {
66-
plainJavadocJar.enabled = false
65+
if (graph.hasTask(mavenPlainJavadocJar)) {
66+
mavenPlainJavadocJar.enabled = false
6767
}
6868
}
6969
}
7070

7171
mavenPublishing {
72-
publishToMavenCentral(SonatypeHost.S01)
72+
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
7373
signAllPublications()
7474
}
7575

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ vfx=21.8.4
2323
jdk=21
2424
# Plugins
2525
jfxPlugin=0.1.0
26-
mavenPublish=0.28.0
26+
mavenPublish=0.32.0
2727
# Dependencies
2828
jfx=23.0.2
2929
mfxcore=11.12.0

0 commit comments

Comments
 (0)