Skip to content

Commit e825792

Browse files
authored
Merge pull request #308 from sourcegraph/nsc/compileOnly-docs
change manual gradle configuration to use compileOnly instead of implementation
2 parents 9c3c50c + 3c330b3 commit e825792

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)