Skip to content

Commit 3c330b3

Browse files
committed
change manual gradle configuration to use compileOnly instead of implementation
1 parent 9c3c50c commit 3c330b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manual-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ javac -classpath semanticdb-javac.jar MyApplication.java
3838
If you're using Gradle.
3939

4040
```groovy
41-
implementation group: 'com.sourcegraph', name: 'semanticdb-javac', version: '@STABLE_VERSION@'
41+
compileOnly group: 'com.sourcegraph', name: 'semanticdb-javac', version: '@STABLE_VERSION@'
4242
```
4343

4444
If you're using Maven.

0 commit comments

Comments
 (0)