Skip to content

Commit 81da286

Browse files
committed
Use implementation() instead of compileOnly() in velocity_intro
1 parent fdea0f8 commit 81da286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docssrc/src/velocity_intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ As mentioned, Velocity can only be accessed with snapshot builds. These snapshot
5858

5959
```gradle,build.gradle
6060
dependencies {
61-
compile "dev.jorel:commandapi-velocity-shade:9.5.0-SNAPSHOT"
61+
implementation "dev.jorel:commandapi-velocity-shade:9.5.0-SNAPSHOT"
6262
}
6363
```
6464

6565
```gradle,build.gradle.kts
6666
dependencies {
67-
compileOnly("dev.jorel:commandapi-velocity-shade:9.5.0-SNAPSHOT")
67+
implementation("dev.jorel:commandapi-velocity-shade:9.5.0-SNAPSHOT")
6868
}
6969
```
7070

0 commit comments

Comments
 (0)