Skip to content

Commit

Permalink
Update android-pdf-viewer/build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne authored Jul 25, 2024
1 parent de81b5d commit ce3f964
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions android-pdf-viewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ android {
}

tasks.register('uploadMavenLocal') {
exec {
"./gradlew publishToMavenLocal"
}
exec { "./gradlew publishToMavenLocal" }
}

dependencies {
Expand Down

0 comments on commit ce3f964

Please sign in to comment.