mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 18:59:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			361 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			361 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
| ext {
 | |
|     // Important: The default version of the CLI used for GMS + bundled into docker images.
 | |
|     // This must be changed prior to release to bundle the latest CLI version.
 | |
|     //
 | |
|     // To automatically update this to the latest CLI version prior to release, run the following command:
 | |
|     // ./gradlew resolveDefaultCliVersion
 | |
|     cliVersion = "1.2.0.5"
 | |
| } | 
