Skip to content

Commit

Permalink
Fix plugin publish
Browse files Browse the repository at this point in the history
  • Loading branch information
triphora committed Jul 16, 2023
1 parent 8d4468b commit 9fb247f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gradlePlugin {
implementationClass = 'com.modrinth.minotaur.Minotaur'
displayName = 'Minotaur'
description = 'Modrinth plugin for publishing builds to the website!'
// tags = ['modrinth', 'publish', 'mods', 'minecraft']
tags.addAll('modrinth', 'publish', 'mods', 'minecraft')
}
}
}
Expand Down

0 comments on commit 9fb247f

Please sign in to comment.