We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8215e1 commit 4269e31Copy full SHA for 4269e31
1 file changed
build.gradle
@@ -4,11 +4,14 @@ plugins {
4
5
nexusPublishing {
6
repositories {
7
- sonatype()
+ 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
+ }
11
}
12
13
-def projectsVersion = '4.0.0-beta4-SNAPSHOT'
14
+def projectsVersion = '4.0.0-beta4'
15
16
allprojects {
17
group = 'com.github.gumtreediff'
0 commit comments