Skip to content

Commit 53a36be

Browse files
committed
chore: updating redis-store publish plugin version
1 parent 817f5a2 commit 53a36be

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Ignore Gradle project-specific cache directory
2+
.gradle
3+
4+
# Ignore Gradle build output directory
5+
build
6+
bin

lib/java-server-sdk-redis-store/build.gradle

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ plugins {
1212
id "checkstyle"
1313
id "signing"
1414
id "maven-publish"
15-
id "de.marcphilipp.nexus-publish" version "0.3.0"
16-
id "io.codearte.nexus-staging" version "0.30.0"
15+
id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
1716
id "idea"
1817
}
1918

@@ -92,12 +91,6 @@ idea {
9291
}
9392
}
9493

95-
96-
nexusStaging {
97-
packageGroup = "com.launchdarkly"
98-
numberOfRetries = 40 // we've seen extremely long delays in closing repositories
99-
}
100-
10194
publishing {
10295
publications {
10396
mavenJava(MavenPublication) {
@@ -141,10 +134,7 @@ publishing {
141134
nexusPublishing {
142135
clientTimeout = java.time.Duration.ofMinutes(2) // we've seen extremely long delays in creating repositories
143136
repositories {
144-
sonatype {
145-
username = ossrhUsername
146-
password = ossrhPassword
147-
}
137+
sonatype()
148138
}
149139
}
150140

0 commit comments

Comments
 (0)