maven_jar.bzl: Remove stale comment about snapshot support
Change-Id: Ie2385a70acb10a271cef37c31635ede5303bae74
This commit is contained in:
		@@ -146,7 +146,6 @@ def _maven_jar_impl(ctx):
 | 
			
		||||
 | 
			
		||||
    parts = ctx.attr.artifact.split(":")
 | 
			
		||||
 | 
			
		||||
    # TODO(davido): Only releases for now, implement handling snapshots
 | 
			
		||||
    jar, url = _maven_release(ctx, parts)
 | 
			
		||||
 | 
			
		||||
    binjar = jar + ".jar"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user