Commit 93182a2 1 parent 4c00b6c commit 93182a2 Copy full SHA for 93182a2
File tree 1 file changed +3
-15
lines changed
1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -10,25 +10,13 @@ Highlighted features:
10
10
11
11
## Installation
12
12
13
- First, add our maven repository to your ` settings .gradle` file .
13
+ The wiki toolkit plugin is available on the [ Gradle Plugin Portal ] ( https://plugins .gradle.org/plugin/org.moddedmc.wiki.toolkit ) .
14
14
15
- ``` groovy
16
- pluginManagement {
17
- repositories {
18
- maven {
19
- name = 'Sinytra'
20
- url = 'https://maven.sinytra.org/'
21
- }
22
- }
23
- }
24
- ```
25
-
26
- You can the install the plugin in your project. Add the following to your ` build.gradle ` .
15
+ You can install it in your project by adding the following code to your ` build.gradle ` .
27
16
28
17
``` groovy
29
18
plugins {
30
- // A list of available versions can be found at https://maven.sinytra.org/org/sinytra/wiki/wiki-toolkit
31
- id 'org.sinytra.wiki.toolkit' version '<version>'
19
+ id 'org.moddedmc.wiki.toolkit' version '<version>'
32
20
}
33
21
```
34
22
You can’t perform that action at this time.
0 commit comments