File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ sdks:
121
121
license-url : https://www.apache.org/licenses/LICENSE-2.0.txt
122
122
is-required : Required
123
123
changelog :
124
- - date : 2025-07-03
124
+ - date : 2025-07-15
125
125
version : v10.5.3
126
126
changes :
127
127
- type : bug
Original file line number Diff line number Diff line change 1
1
## v10.5.3
2
- July 03 2025
2
+ July 15 2025
3
3
4
4
#### Fixed
5
5
- Internal fixes.
Original file line number Diff line number Diff line change @@ -10,7 +10,12 @@ plugins {
10
10
11
11
nexusPublishing {
12
12
repositories {
13
- sonatype()
13
+ sonatype {
14
+ nexusUrl.set(uri(" https://ossrh-staging-api.central.sonatype.com/service/local/" ))
15
+ snapshotRepositoryUrl.set(uri(" https://central.sonatype.com/repository/maven-snapshots/" ))
16
+ username.set(System .getenv(" NEXUS_USERNAME" ))
17
+ password.set(System .getenv(" NEXUS_PASSWORD" ))
18
+ }
14
19
}
15
20
}
16
21
You can’t perform that action at this time.
0 commit comments