Skip to content

Commit 598cfca

Browse files
committed
Potential fix for the release
1 parent b0da7b1 commit 598cfca

File tree

3 files changed

+10
-37
lines changed

3 files changed

+10
-37
lines changed

.github/workflows/checkmarx-one-scan.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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
@@ -50,4 +50,4 @@ jobs:
5050

5151
- name: Publish To Maven Central
5252
run: |
53-
./gradlew publishAndReleaseToMavenCentral
53+
./gradlew publishAndReleaseToMavenCentral --no-configuration-cache

gradle.properties

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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
72
kotlin.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
1112
android.nonTransitiveRClass=true
12-
13-
kotlin.native.cacheKind=none
13+
android.useAndroidX=true

0 commit comments

Comments
 (0)