Skip to content

Commit

Permalink
feat: Added tags to gradlePlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-siebert committed Dec 25, 2024
1 parent 477fc78 commit 1f4dcf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ gradlePlugin {
implementationClass = "studio.o7.remora.RemoraPlugin"
displayName = "Remora"
description = "o7studios helper plugin for Gradle projects."
tags = listOf("maven", "o7studios", "maven-publish", "sonatype", "lombok", "fastutils")
}
}

Expand Down

0 comments on commit 1f4dcf5

Please sign in to comment.