| 
									
										
										
										
											2020-03-11 18:36:12 -07:00
										 |  |  | org.gradle.configureondemand=true | 
					
						
							|  |  |  | org.gradle.parallel=true | 
					
						
							| 
									
										
										
										
											2023-12-27 20:05:17 -05:00
										 |  |  | org.gradle.caching=true | 
					
						
							| 
									
										
										
										
											2021-07-13 09:11:42 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-09-23 17:38:20 -05:00
										 |  |  | # Cycle daemons after 30m | 
					
						
							|  |  |  | org.gradle.daemon.idletimeout=1800000 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-04-16 10:12:48 -05:00
										 |  |  | # Increase gradle JVM memory to 5GB to allow tests to run locally | 
					
						
							| 
									
										
										
										
											2024-09-23 17:38:20 -05:00
										 |  |  | org.gradle.jvmargs=-Xmx5120m -XX:MaxMetaspaceSize=512m | 
					
						
							|  |  |  | org.gradle.workers.max=4 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-13 09:11:42 -07:00
										 |  |  | # Increase retries to 5 (from default of 3) and increase interval from 125ms to 1s. | 
					
						
							| 
									
										
										
										
											2023-10-31 21:37:11 -07:00
										 |  |  | # Based on this thread https://github.com/gradle/gradle/issues/4629, it's unclear | 
					
						
							|  |  |  | # if we should be using systemProp or not.  We're using both for now. | 
					
						
							| 
									
										
										
										
											2021-07-13 09:11:42 -07:00
										 |  |  | org.gradle.internal.repository.max.retries=5 | 
					
						
							|  |  |  | org.gradle.internal.repository.max.tentatives=5 | 
					
						
							|  |  |  | org.gradle.internal.repository.initial.backoff=1000 | 
					
						
							| 
									
										
										
										
											2023-10-31 21:37:11 -07:00
										 |  |  | systemProp.org.gradle.internal.http.connectionTimeout=120000 | 
					
						
							|  |  |  | systemProp.org.gradle.internal.http.socketTimeout=120000 | 
					
						
							|  |  |  | systemProp.org.gradle.internal.repository.max.retries=5 | 
					
						
							|  |  |  | systemProp.org.gradle.internal.repository.max.tentatives=5 | 
					
						
							|  |  |  | systemProp.org.gradle.internal.repository.initial.backoff=1000 | 
					
						
							| 
									
										
										
										
											2022-01-20 00:48:09 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | # Needed to publish to Nexus from a sub-module | 
					
						
							|  |  |  | gnsp.disableApplyOnlyOnRootProjectEnforcement=true |