File tree 3 files changed +3
-3
lines changed
robocode.installer/src/chocolatey/tools
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ val ossrhPassword: String by project
11
11
nexusPublishing {
12
12
repositories {
13
13
sonatype {
14
- nexusUrl.set(uri(" https://oss.sonatype.org/service/local/" ))// staging/deploy/maven2/
14
+ nexusUrl.set(uri(" https://oss.sonatype.org/service/local/" ))
15
15
snapshotRepositoryUrl.set(uri(" https://oss.sonatype.org/content/repositories/snapshots/" ))
16
16
stagingProfileId.set(" c7f511545ccf8" )
17
17
username.set(ossrhUsername)
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ ossrhPassword=<password-at-issues.sonatype.org>
47
47
48
48
## Just staging
49
49
50
- Make sure you are running on Java 8 before running the following commands.
50
+ Run this command to publish to the staging repository.
51
51
52
52
``` shell
53
53
./gradlew publishToSonatype
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ VERIFYING CHECKSUM CONTENT
17
17
18
18
3. Verify that checksum is:
19
19
20
- 42EC536DF75D05C86BFF6365966F881E0C7F259800E4E2A7DD84D1AD6B2387F2
20
+ A59851B1111EBED2EFEF40EA1370DCD875F5C415931418560289E99979D0A022
21
21
22
22
23
23
VERIFYING LICENCE
You can’t perform that action at this time.
0 commit comments