Skip to content

Commit d6f24ff

Browse files
committed
Simplify JitPack configuration for better compatibility
🔧 JitPack Configuration Simplification: - Use root-level build commands instead of module-specific - Remove complex logging and stacktrace options - Focus on clean assembleRelease command - Verified successful local build ✅ Build Status: SUCCESSFUL - Both debugdrawer and sampleapp modules build - AAR files generated successfully - Ready for JitPack deployment
1 parent c8f2d64 commit d6f24ff

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

jitpack.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ jdk:
33

44
before_install:
55
- echo "Starting JitPack build for Android Debug Drawer"
6-
- echo "Java version:"
7-
- java -version
86

97
install:
10-
- ./gradlew :debugdrawer:clean :debugdrawer:assembleRelease -x lint -x detekt -x ktlintMainSourceSetCheck -x test --stacktrace
8+
- ./gradlew clean assembleRelease -x lint -x detekt -x ktlintMainSourceSetCheck -x test
119

1210
build:
13-
- ./gradlew :debugdrawer:clean :debugdrawer:assembleRelease -x lint -x detekt -x ktlintMainSourceSetCheck -x test --stacktrace
11+
- ./gradlew clean assembleRelease -x lint -x detekt -x ktlintMainSourceSetCheck -x test
1412

1513
# JitPack will automatically detect the Android library and create the AAR

0 commit comments

Comments
 (0)