Skip to content

Commit

Permalink
Ease native images creation
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4mpy committed Jun 19, 2024
1 parent 8f4eb7d commit 7b164bc
Show file tree
Hide file tree
Showing 35 changed files with 28 additions and 3,080 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>

<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>

</distributionManagement>
Expand Down Expand Up @@ -316,7 +316,7 @@
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
Expand Down
Loading

0 comments on commit 7b164bc

Please sign in to comment.