Skip to content

Commit 49f3fa7

Browse files
committed
chore: test 2.0.0 republish fail
1 parent 53c2e09 commit 49f3fa7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
run: ./gradlew publish
4141

4242
- name: Deploy and release
43-
run: ./gradlew jreleaserFullRelease --scan --stacktrace
43+
run: ./gradlew jreleaserFullRelease --stacktrace
4444

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "com.factset.sdk.eventdriven"
11-
version = "0.0.1"
11+
version = "2.0.0"
1212

1313
java {
1414
withJavadocJar()

0 commit comments

Comments
 (0)