Skip to content

Commit 1e2591c

Browse files
build: publish Maven Central
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com> Signed-off-by: manticore-projects <andreas@manticore-projects.com>
1 parent 871d683 commit 1e2591c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,9 @@ tasks.register('sphinx', Exec) {
598598
}
599599

600600
mavenPublishing {
601+
publishToMavenCentral(true)
602+
signAllPublications()
603+
601604
coordinates(group, "jsqlparser", version)
602605

603606
pom {

0 commit comments

Comments
 (0)