File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed
lib/java-server-sdk-redis-store Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1+ # Ignore Gradle project-specific cache directory
2+ .gradle
3+
4+ # Ignore Gradle build output directory
5+ build
6+ bin
Original file line number Diff line number Diff 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-
10194publishing {
10295 publications {
10396 mavenJava(MavenPublication ) {
@@ -141,10 +134,7 @@ publishing {
141134nexusPublishing {
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
You can’t perform that action at this time.
0 commit comments