Skip to content

Commit 60711c4

Browse files
Updates for publication
1 parent 41d4338 commit 60711c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ val ossrhPassword: String by project
1111
nexusPublishing {
1212
repositories {
1313
sonatype {
14-
nexusUrl.set(uri("https://oss.sonatype.org/service/local/"))//staging/deploy/maven2/
14+
nexusUrl.set(uri("https://oss.sonatype.org/service/local/"))
1515
snapshotRepositoryUrl.set(uri("https://oss.sonatype.org/content/repositories/snapshots/"))
1616
stagingProfileId.set("c7f511545ccf8")
1717
username.set(ossrhUsername)

publish.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ossrhPassword=<password-at-issues.sonatype.org>
4747

4848
## Just staging
4949

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

5252
```shell
5353
./gradlew publishToSonatype

robocode.installer/src/chocolatey/tools/VERIFICATION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ VERIFYING CHECKSUM CONTENT
1717

1818
3. Verify that checksum is:
1919

20-
42EC536DF75D05C86BFF6365966F881E0C7F259800E4E2A7DD84D1AD6B2387F2
20+
A59851B1111EBED2EFEF40EA1370DCD875F5C415931418560289E99979D0A022
2121

2222

2323
VERIFYING LICENCE

0 commit comments

Comments
 (0)