We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4468b commit 9fb247fCopy full SHA for 9fb247f
build.gradle
@@ -35,7 +35,7 @@ gradlePlugin {
35
implementationClass = 'com.modrinth.minotaur.Minotaur'
36
displayName = 'Minotaur'
37
description = 'Modrinth plugin for publishing builds to the website!'
38
- // tags = ['modrinth', 'publish', 'mods', 'minecraft']
+ tags.addAll('modrinth', 'publish', 'mods', 'minecraft')
39
}
40
41
0 commit comments