Skip to content

Commit

Permalink
Add some tags
Browse files Browse the repository at this point in the history
  • Loading branch information
LexManos committed Dec 1, 2023
1 parent 4f7c462 commit 3772407
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ gradlePlugin {
implementationClass = 'net.minecraftforge.gradleutils.GradleUtilsPlugin'
displayName = 'Forge Gradle Utilities'
description = 'Small collection of utilities for standerdizing our gradle scripts'
tags.set(['minecraftforge'])
}
changelog {
id = 'net.minecraftforge.changelog'
implementationClass = 'net.minecraftforge.gradleutils.changelog.ChangelogPlugin'
displayName = 'Git Changelog'
description = 'Creates a changelog text file based on git history'
tags.set(['git', 'changelog'])
}
}
}
Expand Down

0 comments on commit 3772407

Please sign in to comment.