We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c3c50c + 3c330b3 commit e825792Copy full SHA for e825792
docs/manual-configuration.md
@@ -38,7 +38,7 @@ javac -classpath semanticdb-javac.jar MyApplication.java
38
If you're using Gradle.
39
40
```groovy
41
-implementation group: 'com.sourcegraph', name: 'semanticdb-javac', version: '@STABLE_VERSION@'
+compileOnly group: 'com.sourcegraph', name: 'semanticdb-javac', version: '@STABLE_VERSION@'
42
```
43
44
If you're using Maven.
0 commit comments