Publish uberjar as github release (#187)

This commit is contained in:
Chris Frohoff
2022-06-28 18:44:09 -07:00
committed by GitHub
parent 8eb5cbfbf6
commit 51110f9b71
2 changed files with 47 additions and 0 deletions
+7
View File
@@ -438,4 +438,11 @@
</profile>
</profiles>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/frohoff/ysoserial</url>
</repository>
</distributionManagement>
</project>