File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 6060 - name : Make Gradle executable
6161 run : chmod +x ./gradlew
6262
63+ - name : Publish to Maven Local (app module requires current version)
64+ run : ./gradlew publishToMavenLocal -x test --no-daemon -PRELEASE_SIGNING_ENABLED=false
65+
6366 - name : Build with Gradle
6467 run : |
6568 ./gradlew --scan --stacktrace \
8285 with :
8386 distribution : ' zulu'
8487 java-version : 21
88+ - name : Publish to Maven Local (required for plugin resolution)
89+ run : ./gradlew publishToMavenLocal -x test --no-daemon -PRELEASE_SIGNING_ENABLED=false
90+
8591 - name : compose stability check
8692 run : ./gradlew stabilityCheck
Original file line number Diff line number Diff line change 2222 - name : Grant Permission to Execute Gradle
2323 run : chmod +x gradlew
2424
25+ - name : Publish to Maven Local (required for app module to use current version)
26+ run : ./gradlew publishToMavenLocal -x test --no-daemon -PRELEASE_SIGNING_ENABLED=false
27+
2528 - name : Release build
2629 run : ./gradlew assemble --scan
2730
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ androidGradlePlugin = "8.13.1"
1313androidxActivity = " 1.11.0"
1414androidxComposeBom = " 2025.12.00"
1515jetbrains-compose = " 1.9.3"
16- compose-stability-analyzer = " 0.7.0 "
16+ compose-stability-analyzer = " 0.7.1 "
1717runtimeAnnotation = " 1.9.0"
1818spotless = " 6.21.0"
1919shadow = " 8.1.1"
You can’t perform that action at this time.
0 commit comments