Skip to content

Commit 0d3e2c4

Browse files
committed
chore: remove github releases + ui deployment
1 parent 715e86b commit 0d3e2c4

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repositories {
3737
}
3838
3939
dependencies {
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
6969
repositories {
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
}

build.gradle.kts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)