Skip to content

Commit 0e7ef53

Browse files
committed
add more fixes to CI
1 parent cfc3701 commit 0e7ef53

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
-Prelease.useLastTag=true \
6464
final \
6565
publish \
66-
closeAndReleaseSonatypeStagingRepository
66+
closeAndReleaseSonatypeStagingRepository --info
6767
6868
- name: publish-dotnet-release
6969
if: (!contains(github.ref, '-rc.'))

rewrite-test-engine-remote/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ tasks.named<Jar>("javadocJar") {
5151
enabled = false
5252
}
5353

54+
55+
tasks.withType<PublishToMavenRepository>().configureEach { enabled = false }
56+
tasks.withType<PublishToMavenLocal>().configureEach { enabled = false }
57+
5458
val emptySourceJar = tasks.create<Jar>("emptySourceJar") {
5559
file("README.md")
5660
archiveClassifier.set("sources")

0 commit comments

Comments
 (0)