Skip to content

Commit

Permalink
Fix publishing task in avro-native package
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu committed Feb 21, 2025
1 parent 1f7ecf8 commit 18c1249
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,7 @@ spotbugsTest {
publishing {
publications {
mavenJava(MavenPublication) {
groupId "io.ballerina.lib"
artifactId "avro-native"
version = project.version
artifact jar
artifact source: createArtifactZip, extension: 'zip'
}
}

Expand Down

0 comments on commit 18c1249

Please sign in to comment.