Add package and enclosing type fields to tag entries
This commit is contained in:
@@ -324,6 +324,7 @@ public class NoBuild {
|
||||
fileManager.getJavaFileObjects(sourcePaths);
|
||||
|
||||
List<String> compilerOptions = new ArrayList<>();
|
||||
compilerOptions.add("-Xlint:all");
|
||||
compilerOptions.add("-d");
|
||||
compilerOptions.add(classOutputPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user