Skip to content

Commit

Permalink
Remove out-date prop (#2589)
Browse files Browse the repository at this point in the history
org.gradle.vfs.watch true by default
  • Loading branch information
yujincheng08 authored Jun 28, 2023
1 parent 4b75c8a commit cb32c70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:
- name: Build with Gradle
run: |
echo 'org.gradle.parallel=true' >> gradle.properties
echo 'org.gradle.vfs.watch=true' >> gradle.properties
echo 'org.gradle.jvmargs=-Xmx2048m' >> gradle.properties
echo 'android.native.buildOutput=verbose' >> gradle.properties
sed -i 's/org.gradle.configuration-cache=true//g' gradle.properties
Expand Down

0 comments on commit cb32c70

Please sign in to comment.