File tree Expand file tree Collapse file tree 3 files changed +10
-37
lines changed Expand file tree Collapse file tree 3 files changed +10
-37
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3737 SIGNING_KEY_ID : ${{ secrets.SIGNING_KEY_ID }}
3838 SIGNING_KEY_PASSWORD : ${{ secrets.SIGNING_KEY_PASSWORD }}
3939 run : |
40- echo "mavenCentralUsername =${MAVEN_CENTRAL_USER_NAME}" >> gradle.properties
40+ echo -e "\nmavenCentralUsername =${MAVEN_CENTRAL_USER_NAME}" >> gradle.properties
4141 echo "mavenCentralPassword=${MAVEN_CENTRAL_PASSWORD}" >> gradle.properties
4242 echo "signing.keyId=${SIGNING_KEY_ID}" >> gradle.properties
4343 echo "signing.password=${SIGNING_KEY_PASSWORD}" >> gradle.properties
5050
5151 - name : Publish To Maven Central
5252 run : |
53- ./gradlew publishAndReleaseToMavenCentral
53+ ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
Original file line number Diff line number Diff line change 1- # Gradle
2- org.gradle.jvmargs =-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
3- org.gradle.caching =true
4- org.gradle.configuration-cache =true
5-
61# Kotlin
72kotlin.code.style =official
3+ kotlin.daemon.jvmargs =-Xmx3072M
4+ kotlin.mpp.androidSourceSetLayoutVersion =2
5+
6+ # Gradle
7+ org.gradle.jvmargs =-Xmx4096M -Dfile.encoding=UTF-8
8+ org.gradle.configuration-cache =true
9+ org.gradle.caching =true
810
911# Android
10- android.useAndroidX =true
1112android.nonTransitiveRClass =true
12-
13- kotlin.native.cacheKind =none
13+ android.useAndroidX =true
You can’t perform that action at this time.
0 commit comments