mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	Fix comparison used to determine if the cache is outdated.
This commit is contained in:
		| @@ -60,7 +60,7 @@ function in_gradle() { | ||||
| ############################################################################ | ||||
| _gradle_does_task_list_need_generating () { | ||||
|   [ ! -f .gradletasknamecache ] && return 0; | ||||
|   [ .gradletasknamecache -nt build.gradle ] && return 0; | ||||
|   [ build.gradle -nt .gradletasknamecache ] && return 0; | ||||
|   return 1; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user