Skip to content

Commit 4269e31

Browse files
committed
fix: deploy to maven central.
1 parent f8215e1 commit 4269e31

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ plugins {
44

55
nexusPublishing {
66
repositories {
7-
sonatype()
7+
sonatype {
8+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
9+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
10+
}
811
}
912
}
1013

11-
def projectsVersion = '4.0.0-beta4-SNAPSHOT'
14+
def projectsVersion = '4.0.0-beta4'
1215

1316
allprojects {
1417
group = 'com.github.gumtreediff'

0 commit comments

Comments
 (0)