Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
alingse committed Nov 28, 2024
1 parent 5d99329 commit 3581f76
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions java/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
}
9 changes: 9 additions & 0 deletions java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ test {


publishing {
publications {
mavenJava(MavenPublication) {
from components.java
groupId = 'thriftlabs'
artifactId = 'thriftparser'
version = '0.0.1'
}
}

repositories {
maven {
name = "GitHubPackages"
Expand Down

0 comments on commit 3581f76

Please sign in to comment.