Skip to content

Commit

Permalink
Added publication to GitHub packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Jul 28, 2024
1 parent fa5929a commit ba7e314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions local.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bld.repo.github=https://maven.pkg.github.com/rife2/bld
1 change: 1 addition & 0 deletions src/bld/java/rife/BldBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public BldBuild()
publishOperation()
.repository(version.isSnapshot() ? repository("rife2-snapshots") : repository("rife2-releases"))
.repository(version.isSnapshot() ? repository("sonatype-snapshots") : repository("sonatype-releases"))
.repository(repository("github"))
.info(new PublishInfo()
.groupId("com.uwyn.rife2")
.artifactId("bld")
Expand Down

0 comments on commit ba7e314

Please sign in to comment.