We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c74b222 + 159ec5e commit 5a7ba87Copy full SHA for 5a7ba87
2 files changed
.github/workflows/maven.yml
@@ -17,7 +17,7 @@ jobs:
17
ORG_GRADLE_PROJECT_mavenCentralPassword: $
18
ORG_GRADLE_PROJECT_signingInMemoryKey: $
19
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: $
20
- run: chmod +x ./gradlew && ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache --no-daemon
+ run: chmod +x ./gradlew && ./gradlew publishAndReleaseToMavenCentral
21
22
on:
23
push:
build.gradle
@@ -44,8 +44,9 @@ dependencies {
44
}
45
46
import com.vanniktech.maven.publish.SonatypeHost
47
+
48
mavenPublishing {
- publishToMavenCentral(SonatypeHost.DEFAULT)
49
+ publishToMavenCentral()
50
signAllPublications()
51
52
pom {
0 commit comments