why
This commit is contained in:
@@ -134,6 +134,7 @@ allprojects{
|
||||
}
|
||||
|
||||
writeProcessors = {
|
||||
new File(rootDir, "annotations/src/main/resources/META-INF/services/").mkdirs()
|
||||
def processorFile = new File(rootDir, "annotations/src/main/resources/META-INF/services/javax.annotation.processing.Processor")
|
||||
def text = new StringBuilder()
|
||||
def files = new File(rootDir, "annotations/src/main/java")
|
||||
|
||||
Reference in New Issue
Block a user