File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1717 key : v1-gradle-wrapper-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}
1818 - restore_cache :
1919 key : v1-gradle-cache-{{ checksum "build.gradle" }}
20- - run : echo $SONATYPE_NEXUS_USERNAME
21- - run : echo $SONATYPE_NEXUS_PASSWORD
22- - run : echo $ORG_GRADLE_PROJECT_mavenCentralUsername
23- - run : echo $ORG_GRADLE_PROJECT_mavenCentralPassword
2420 - run :
2521 name : Build and test library
2622 command : " ./gradlew build test"
5450 key : v1-gradle-wrapper-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}
5551 - restore_cache :
5652 key : v1-gradle-cache-{{ checksum "build.gradle" }}
53+ - run :
54+ name : print username
55+ command : echo $SONATYPE_NEXUS_USERNAME
56+ - run : echo $SONATYPE_NEXUS_PASSWORD
57+ - run : echo $ORG_GRADLE_PROJECT_mavenCentralUsername
58+ - run : echo $ORG_GRADLE_PROJECT_mavenCentralPassword
5759 - run :
5860 name : Prepare GPG keystore file
5961 command : |
You can’t perform that action at this time.
0 commit comments