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.
1 parent 9c3c50c commit 3c330b3Copy full SHA for 3c330b3
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