Skip to content

Commit

Permalink
build: remove gradle opts from project config
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Hilgers <[email protected]>
  • Loading branch information
fhilgers committed Dec 10, 2024
1 parent 27d9a35 commit a28ffee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,8 @@ jobs:
- name: Gradle Lint
run: |
cd frontend
nix develop --command ./gradlew build --no-daemon --parallel
nix develop --command ./gradlew build \
--no-daemon \
--parallel \
--build-cache \
-Dorg.gradle.jvmargs=-Xmx4G
3 changes: 0 additions & 3 deletions frontend/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,3 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
org.gradle.parallel=true
org.gradle.configuration-cache=true
org.gradle.caching=true

0 comments on commit a28ffee

Please sign in to comment.