We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12505d1 commit 99273ecCopy full SHA for 99273ec
.github/workflows/publish-release.yml
@@ -20,9 +20,9 @@ jobs:
20
java-version: '11'
21
distribution: 'adopt'
22
cache: 'gradle'
23
- server-id: ossrh
24
- server-username: MAVEN_USERNAME
25
- server-password: MAVEN_PASSWORD
+ server-id: central
+ server-username: ${{ secrets.MAVEN_USERNAME }}
+ server-password: ${{ secrets.MAVEN_PASSWORD }}
26
27
- name: Setup Gradle
28
uses: gradle/gradle-build-action@v2
contentstack/build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id "com.vanniktech.maven.publish" version "0.27.0"
+ id "com.vanniktech.maven.publish" version "0.28.0"
3
id "com.android.library"
4
}
5
import com.vanniktech.maven.publish.SonatypeHost
0 commit comments