File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ plugins:
1818 - CHANGELOG.md
1919 - build.gradle
2020 - - '@semantic-release/exec'
21- - publishCmd : ./gradlew --stacktrace publishToSonatype closeAndReleaseSonatypeStagingRepository
21+ - publishCmd : ./gradlew --debug publishToSonatype closeAndReleaseSonatypeStagingRepository
2222 - - '@semantic-release/github'
2323 - assets :
2424 - agent/build/libs/appmap-*.jar*
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ nexusPublishing {
3535
3636 nexusUrl = uri( url_base + " /service/local/" )
3737 snapshotRepositoryUrl = uri( url_base + " /content/repositories/snapshots" )
38- username = project. findProperty(' ossrhUsername' )
39- password = project. findProperty(' ossrhPassword' )
38+ // username = project.findProperty('ossrhUsername')
39+ // password = project.findProperty('ossrhPassword')
4040 }
4141 }
4242}
You can’t perform that action at this time.
0 commit comments