Skip to content

Commit

Permalink
Fix maven variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Vankka committed Aug 3, 2024
1 parent 43fd998 commit a9cc5ae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ If you want to interface DiscordSRV with your plugin, you can do so by adding th

<Tabs>
<TabItem value={"maven"} label={"Maven"}>
```xml
<repository>
<CodeBlock language='xml'>
{`<repository>
<id>Scarsz-Nexus</id>
<url>https://nexus.scarsz.me/content/groups/public/</url>
</repository>
Expand All @@ -137,7 +137,8 @@ If you want to interface DiscordSRV with your plugin, you can do so by adding th
<version>${variables.project.version}</version>
<scope>provided</scope>
</dependency>
```
`}
</CodeBlock>
</TabItem>
<TabItem value={"gradle"} label={"Gradle"}>
<CodeBlock language='groovy'>
Expand Down

0 comments on commit a9cc5ae

Please sign in to comment.