Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vooft committed Dec 1, 2024
1 parent f280055 commit 7668528
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
dependency-graph: generate-and-submit

- name: Build
run: ./gradlew build --parallel --no-daemon
run: ./gradlew build --no-daemon

- name: Publish Test Report
uses: mikepenz/action-junit-report@v5
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#Kotlin
kotlin.code.style=official
kotlin.daemon.jvmargs=-Xmx4096M
kotlin.daemon.jvmargs=-Xmx3072M

#Gradle
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx3072M -Dfile.encoding=UTF-8

#Android
android.nonTransitiveRClass=true
Expand Down

0 comments on commit 7668528

Please sign in to comment.