You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,11 @@ A Gradle plugin for interfacing directly with Modrinth, through uploading build
4
4
5
5
Want to use a GitHub Action instead of a Gradle plugin? Check out [Kir-Antipov/mc-publish](https://github.com/Kir-Antipov/mc-publish), but note that Modrinth does not give support for `mc-publish` where we do for Minotaur.
6
6
7
-
Still using Minotaur v1? You should switch as soon as possible, because it uses the deprecated API v1. Migration instructions can be found [on the Modrinth documentation page](https://docs.modrinth.com/docs/migrations/v1-to-v2/#minotaur-v1-to-v2).
8
-
9
7
## Usage Guide
10
8
11
9
To use this plugin you must add it to your Gradle build script. After that, you can use the `modrinth` task to upload the version to Modrinth.
12
10
13
11
Minotaur requires a personal access token with the following scopes:
14
-
-`USER_READ`
15
12
-`CREATE_VERSION` (if running the `modrinth` task)
16
13
-`PROJECT_WRITE` (if running the `modrinthSyncBody` task)
0 commit comments