Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix scripts android #2138

Merged
merged 15 commits into from
Jan 15, 2025
Next Next commit
Update build.gradle
Signed-off-by: gtebrean <99179176+gtebrean@users.noreply.github.com>
gtebrean committed Jan 13, 2025
commit 28bd29f3befe8e42894874fbe0f6b90622f8cc6b
6 changes: 3 additions & 3 deletions integration-tests/build.gradle
Original file line number Diff line number Diff line change
@@ -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")
}