mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 14:30:30 +03:00 
			
		
		
		
	Add support for gradle properties via gradleprops
This commit is contained in:
		
							parent
							
								
									5a0129d835
								
							
						
					
					
						commit
						06c94b3a44
					
				
					 3 changed files with 19 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1028,6 +1028,13 @@ builds happen correctly.
 | 
			
		|||
List of Gradle tasks to be run before the assemble task in a Gradle project
 | 
			
		||||
build.
 | 
			
		||||
 | 
			
		||||
@item gradleprops=<prop1>[,<prop2>,...]
 | 
			
		||||
List of Gradle properties to pass via the command line to Gradle. A property
 | 
			
		||||
can be of the form @code{foo} or of the form @code{key=value}.
 | 
			
		||||
 | 
			
		||||
For example: @code{gradleprops=enableFoo,someSetting=bar} will result in
 | 
			
		||||
@code{gradle -PenableFoo -PsomeSetting=bar}.
 | 
			
		||||
 | 
			
		||||
@item antcommands=<target1>[,<target2>,...]
 | 
			
		||||
Specify an alternate set of Ant commands (target) instead of the default
 | 
			
		||||
'release'. It can't be given any flags, such as the path to a build.xml.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue