Skip to content

Commit

Permalink
build: add publications flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ssimiao committed Dec 9, 2024
1 parent 4750fbb commit 7b3bcb8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ repositories {
}

publishing {
publications {
maven(MavenPublication) {
groupId = 'com.abacatepay'
artifactId = 'core'
version = '1.0.0'

from components.java
}
}
repositories {
maven {
name = "GitHubPackages"
Expand Down

0 comments on commit 7b3bcb8

Please sign in to comment.