Add package and enclosing type fields to tag entries

This commit is contained in:
naofal.helal
2025-03-26 14:01:01 +03:00
parent c91343bf78
commit c67a91e22a
6 changed files with 172 additions and 42 deletions

View File

@@ -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);