Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
gtebrean committed Dec 13, 2024
1 parent 1b480d5 commit 5621396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ plugins {
publishing {
publications {
release(MavenPublication) {
groupId = 'org.web3j'
artifactId = 'integration-tests'
version = '4.12.4'
groupId = group
artifactId = project.name
version = version

artifact("$buildDir/outputs/aar/${project.name}-release.aar")
}
Expand Down

0 comments on commit 5621396

Please sign in to comment.