Skip to content

Commit

Permalink
Update (simplified) build and upload instructions
Browse files Browse the repository at this point in the history
Much of this functionality was moved into gradle itself.
  • Loading branch information
randallnwf committed Mar 19, 2022
1 parent 870250d commit df45251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ext {

dep = [
// Build and upload with:
// ./gradlew clean assemble sourcesJar androidSourcesJar javadocsJar androidJavadocsJar uploadArchives --no-daemon --no-parallel
// ./gradlew clean assemble publish --no-daemon --no-parallel
gradleMavenPublishPlugin : 'com.vanniktech:gradle-maven-publish-plugin:0.18.0',
androidPlugin : 'com.android.tools.build:gradle:4.2.0',
nexusPlugin : 'com.bmuschko:gradle-nexus-plugin:2.3.1',
Expand Down

0 comments on commit df45251

Please sign in to comment.