Skip to content

Commit 23d2d2d

Browse files
committed
wip, release debug
1 parent 4facba1 commit 23d2d2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.releaserc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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*

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)