Skip to content

Commit

Permalink
Updates for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
flemming-n-larsen committed Sep 11, 2024
1 parent 41d4338 commit 60711c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val ossrhPassword: String by project
nexusPublishing {
repositories {
sonatype {
nexusUrl.set(uri("https://oss.sonatype.org/service/local/"))//staging/deploy/maven2/
nexusUrl.set(uri("https://oss.sonatype.org/service/local/"))
snapshotRepositoryUrl.set(uri("https://oss.sonatype.org/content/repositories/snapshots/"))
stagingProfileId.set("c7f511545ccf8")
username.set(ossrhUsername)
Expand Down
2 changes: 1 addition & 1 deletion publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ossrhPassword=<password-at-issues.sonatype.org>

## Just staging

Make sure you are running on Java 8 before running the following commands.
Run this command to publish to the staging repository.

```shell
./gradlew publishToSonatype
Expand Down
2 changes: 1 addition & 1 deletion robocode.installer/src/chocolatey/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ VERIFYING CHECKSUM CONTENT

3. Verify that checksum is:

42EC536DF75D05C86BFF6365966F881E0C7F259800E4E2A7DD84D1AD6B2387F2
A59851B1111EBED2EFEF40EA1370DCD875F5C415931418560289E99979D0A022


VERIFYING LICENCE
Expand Down

0 comments on commit 60711c4

Please sign in to comment.