Skip to content

Commit

Permalink
Try publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sknull committed Mar 29, 2024
1 parent a16fa55 commit 950d1d6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,24 @@
</repository>
</distributionManagement>

<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>github</id>
<name>GitHub OWNER Apache Maven Packages</name>
<url>https://maven.pkg.github.com/sknull </url>
</repository>
</repositories>

<dependencies>
<!-- kotlin -->
<dependency>
Expand Down

0 comments on commit 950d1d6

Please sign in to comment.