Skip to content

Commit 11dbaa1

Browse files
committed
add autoPublish
1 parent 830d336 commit 11dbaa1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@
221221
<artifactId>central-publishing-maven-plugin</artifactId>
222222
<version>0.8.0</version>
223223
<extensions>true</extensions>
224+
<configuration>
225+
<autoPublish>true</autoPublish>
226+
</configuration>
224227
</plugin>
225228
<!-- Use spotless plugin to automatically format code, remove unused import, etc
226229
To apply changes directly to the file, run `mvn spotless:apply`

0 commit comments

Comments
 (0)