File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ repositories {
3737}
3838
3939dependencies {
40- implementation "com.factset.sdk.eventdriven:factsettrading:2.0.0-SNAPSHOT "
40+ implementation "com.factset.sdk.eventdriven:factsettrading:2.0.0"
4141}
4242```
4343
@@ -52,7 +52,7 @@ To be able to install snapshot releases of the sdk an additional repository must
5252 <repository >
5353 <id >sonatype</id >
5454 <name >sonatype-snapshot</name >
55- <url >https://oss .sonatype.org/content/repositories/ snapshots/</url >
55+ <url >https://central .sonatype.com/repository/maven- snapshots/</url >
5656 <snapshots >
5757 <enabled >true</enabled >
5858 </snapshots >
@@ -69,7 +69,7 @@ To be able to install snapshot releases of the sdk an additional repository must
6969repositories {
7070 mavenCentral()
7171 maven {
72- url = uri("https://oss .sonatype.org/content/repositories/ snapshots/")
72+ url = uri("https://central .sonatype.com/repository/maven- snapshots/")
7373 mavenContent {
7474 snapshotsOnly()
7575 }
Original file line number Diff line number Diff line change @@ -126,6 +126,12 @@ configure<org.jreleaser.gradle.plugin.JReleaserExtension> {
126126 armored = true
127127 }
128128
129+ release {
130+ github {
131+ enabled = false
132+ }
133+ }
134+
129135 deploy {
130136 maven {
131137 mavenCentral {
@@ -142,8 +148,8 @@ configure<org.jreleaser.gradle.plugin.JReleaserExtension> {
142148 snapshotUrl = " https://central.sonatype.com/repository/maven-snapshots/"
143149 applyMavenCentralRules = true
144150 snapshotSupported = true
145- closeRepository = true
146- releaseRepository = true
151+ closeRepository = false
152+ releaseRepository = false
147153 stagingRepository(snapshotsRepoUrl.get().asFile.path)
148154 }
149155 }
You can’t perform that action at this time.
0 commit comments