maven central deploy config

This commit is contained in:
2024-10-28 16:25:49 -04:00
parent 4dfbaff639
commit 5fe2fcf3ce
4 changed files with 94 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>
<maven.deploy.skip>true</maven.deploy.skip>
<jackson.version>2.18.0</jackson.version>
</properties>