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 ff259a3 commit f4e0dc6Copy full SHA for f4e0dc6
.github/workflows/snapshot.yml
@@ -22,7 +22,7 @@ jobs:
22
restore-keys: |
23
${{ runner.os }}-gradle-core-
24
- name: Publush snapshot to sonatype
25
- run: ./gradlew publishToSonatype
+ run: ./gradlew publishToSonatype -x lib:withJavadoc
26
env:
27
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
28
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
testapp/build.gradle.kts
@@ -7,7 +7,7 @@ android {
7
compileSdk = 33
8
9
namespace = "com.segment.analytics.destinations.mydestination.testapp"
10
-
+
11
defaultConfig {
12
applicationId = "com.segment.analytics.destinations.mydestination.testapp"
13
minSdk = 24
0 commit comments