Skip to content

Commit

Permalink
OpenDocumentApp uses s01 Sonatype server
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 26, 2024
1 parent 4a40111 commit 1a098d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ version = '1.2.11'

nexusPublishing {
repositories {
sonatype()
sonatype() {
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
}
}
}

0 comments on commit 1a098d0

Please sign in to comment.