Commit b74414d
committed
Properly fix issue with checkerframework Gradle plugin.
Previously, `lsif-java index` had custom logic to disable the
checkerframework Gradle plugin in order to prevent the error
"plug-in not found: semanticdb". This commit replaces that custom logic
with a proper fix to this bug, which is to automatically inject the
SemanticDB compiler plugin jar to the annotation processor path
as well as the compile classpath.1 parent 5dfd2fb commit b74414d
File tree
2 files changed
+29
-11
lines changed- lsif-java/src/main/scala/com/sourcegraph/lsif_java/buildtools
- semanticdb-agent/src/main/java/com/sourcegraph/semanticdb_javac
2 files changed
+29
-11
lines changedLines changed: 1 addition & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
| 81 | + | |
92 | 82 | | |
93 | 83 | | |
94 | 84 | | |
| |||
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
52 | 63 | | |
53 | 64 | | |
54 | 65 | | |
| |||
92 | 103 | | |
93 | 104 | | |
94 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
95 | 123 | | |
96 | 124 | | |
97 | 125 | | |
| |||
0 commit comments