Skip to content

Commit f4e0dc6

Browse files
committed
Skip lib:withJavadoc task.
1 parent ff259a3 commit f4e0dc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
restore-keys: |
2323
${{ runner.os }}-gradle-core-
2424
- name: Publush snapshot to sonatype
25-
run: ./gradlew publishToSonatype
25+
run: ./gradlew publishToSonatype -x lib:withJavadoc
2626
env:
2727
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
2828
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}

testapp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
compileSdk = 33
88

99
namespace = "com.segment.analytics.destinations.mydestination.testapp"
10-
10+
1111
defaultConfig {
1212
applicationId = "com.segment.analytics.destinations.mydestination.testapp"
1313
minSdk = 24

0 commit comments

Comments
 (0)