File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ It is pretty simple to use this plugin. Just add the following code to your `bui
1717
1818``` kt
1919plugins {
20- id(" org.allaymc.gradle.plugin" ).version(" 0.1.0 " )
20+ id(" org.allaymc.gradle.plugin" ).version(" 0.1.1 " )
2121}
2222
2323group = " org.allaymc.gradle.sample"
@@ -26,7 +26,7 @@ description = "Test plugin for AllayGradle!"
2626
2727allay {
2828 // API version (required if `apiOnly = true`).
29- api = " 0.15 .0"
29+ api = " 0.16 .0"
3030
3131 // Set this field to `false` to access the server module to use the internal APIs. However, this is not
3232 // recommended as internal APIs can change at any time.
@@ -44,8 +44,8 @@ allay {
4444 // Or use the relative path if the project's group is set.
4545 // entrance = ".TestPlugin"
4646
47- apiVersion = " >=0.15 .0"
48- // `api = ">=0.15 .0" is equivalent here.
47+ apiVersion = " >=0.16 .0"
48+ // `api = ">=0.16 .0" is equivalent here.
4949
5050 authors + = " Cdm2883"
5151 website = " https://github.com/AllayMC/AllayGradle"
You can’t perform that action at this time.
0 commit comments