Skip to content

Commit 9fb247f

Browse files
committed
Fix plugin publish
1 parent 8d4468b commit 9fb247f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gradlePlugin {
3535
implementationClass = 'com.modrinth.minotaur.Minotaur'
3636
displayName = 'Minotaur'
3737
description = 'Modrinth plugin for publishing builds to the website!'
38-
// tags = ['modrinth', 'publish', 'mods', 'minecraft']
38+
tags.addAll('modrinth', 'publish', 'mods', 'minecraft')
3939
}
4040
}
4141
}

0 commit comments

Comments
 (0)