Skip to content

Commit

Permalink
Disable gradle parallel execution
Browse files Browse the repository at this point in the history
  • Loading branch information
jto committed Jan 23, 2025
1 parent cb9c6b2 commit dd23ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
################################################################################
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.parallel=false
org.gradle.daemon=false
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xss10240k
Expand Down

0 comments on commit dd23ef0

Please sign in to comment.