We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04214a5 commit 8103ab6Copy full SHA for 8103ab6
2 files changed
.gitignore
@@ -17,6 +17,7 @@ dependency-reduced-pom.xml
17
# IntelliJ IDE Project Files #
18
*.iml
19
*.idea
20
+.vscode
21
22
*.versionsBackup
23
pom.xml.versionsBackup
pom.xml
@@ -417,17 +417,6 @@
417
</execution>
418
</executions>
419
</plugin>
420
-
421
- <plugin>
422
- <groupId>org.sonatype.central</groupId>
423
- <artifactId>central-publishing-maven-plugin</artifactId>
424
- <version>0.8.0</version>
425
- <extensions>true</extensions>
426
- <configuration>
427
- <publishingServerId>central</publishingServerId>
428
- <autoPublish>true</autoPublish>
429
- </configuration>
430
- </plugin>
431
</plugins>
432
</build>
433
</profile>
0 commit comments