Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
rollback publish url
  • Loading branch information
Oleksii Korniienko authored Sep 11, 2024
1 parent 298bf49 commit 62bb1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pushsdkandroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ afterEvaluate {
repositories {
maven {
//publish locally for now
url "${layout.buildDirectory.get()}/maven-repos/"
url "$buildDir/maven-repos/"
// def releasesRepoUrl = "$buildDir/maven-repos/releases"
// def snapshotsRepoUrl = "$buildDir/maven-repos/snapshots"
// url = version.endsWith('RELEASE') ? releasesRepoUrl : snapshotsRepoUrl
Expand Down

0 comments on commit 62bb1c0

Please sign in to comment.