 31c82401f0
			
		
	
	31c82401f0
	
	
	
		
			
			* stable-2.15:
  Bazel: Add fixes for --incompatible_load_{java|python}_rules_from_bzl
  Bazel: Bump minimum supported version to 0.29.0
  Lucene index configuration and docs.
Change-Id: I6c597cbc89fafece83c374e9b36c4c4c0126704f
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			295 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			295 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| load("@rules_java//java:defs.bzl", "java_library")
 | |
| 
 | |
| java_library(
 | |
|     name = "api",
 | |
|     data = ["//lib:LICENSE-Apache2.0"],
 | |
|     visibility = ["//visibility:public"],
 | |
|     exports = [
 | |
|         "@flogger-log4j-backend//jar",
 | |
|         "@flogger-system-backend//jar",
 | |
|         "@flogger//jar",
 | |
|     ],
 | |
| )
 |