Skip to content

Commit

Permalink
try to publish the jars too
Browse files Browse the repository at this point in the history
  • Loading branch information
namtzigla committed Oct 14, 2024
1 parent c8c5153 commit 0225245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ publishing {
publications {
maven(MavenPublication) {
groupId = 'com.tcn.exile.sati'
// from components.java
from components.java
}
}
repositories {
Expand Down
2 changes: 1 addition & 1 deletion protos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ publishing {
publications {
maven(MavenPublication) {
groupId = 'com.tcn.exile.sati'
// from components.java
from components.java
}
}
repositories {
Expand Down

0 comments on commit 0225245

Please sign in to comment.