mirror of
				https://github.com/oxen-io/session-android.git
				synced 2025-10-30 23:09:20 +00:00 
			
		
		
		
	Local build quality assurance task.
This commit is contained in:
		 Alan Evans
					Alan Evans
				
			
				
					committed by
					
						 Greyson Parrelli
						Greyson Parrelli
					
				
			
			
				
	
			
			
			 Greyson Parrelli
						Greyson Parrelli
					
				
			
						parent
						
							b89c20ff40
						
					
				
				
					commit
					cfdcd61e51
				
			
							
								
								
									
										10
									
								
								build.gradle
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								build.gradle
									
									
									
									
									
								
							| @@ -484,10 +484,6 @@ task signProductionWebsiteRelease { | ||||
| } | ||||
|  | ||||
| tasks.whenTaskAdded { task -> | ||||
|     if (task.name.equals("lint")) { | ||||
|         task.enabled = false | ||||
|     } | ||||
|  | ||||
|     if (task.name.equals("assemblePlayRelease")) { | ||||
|         task.finalizedBy signProductionPlayRelease | ||||
|     } | ||||
| @@ -521,3 +517,9 @@ static def autoResConfig() { | ||||
|          .collect { matcher -> matcher.group(1) } | ||||
|          .sort() | ||||
| } | ||||
|  | ||||
| task qa { | ||||
|   group 'Verification' | ||||
|   description 'Quality Assurance. Run before pushing.' | ||||
|   dependsOn ':testPlayReleaseUnitTest', ':assemblePlayDebug' | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user