Skip to content

Commit e0af807

Browse files
authored
Publish to nexus (#1318)
1 parent 1ba6b9e commit e0af807

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co
1313

1414
== Unreleased
1515

16-
== 3.0.1 (2025-11-04)
16+
== 3.0.1 (2025-11-06)
1717

1818
Documentation::
1919

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,14 @@ Project.metaClass.isDistribution = { delegate.getName().endsWith("-distribution"
4444
nexusPublishing {
4545
repositories {
4646
sonatype {
47+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
48+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
4749
if (project.hasProperty("sonatypeUsername")) {
4850
username = project.sonatypeUsername
4951
}
5052
if (project.hasProperty("sonatypePassword")) {
5153
password = project.sonatypePassword
5254
}
53-
repositoryDescription = "Release ${project.group} ${project.version}"
5455
}
5556
}
5657
clientTimeout = Duration.ofMinutes(5)

0 commit comments

Comments
 (0)