Rebrand to unmeta-gradle-plugin

This commit is contained in:
You Qi
2023-04-27 16:39:44 +08:00
parent 884242f8cd
commit 5dcfc59b37
13 changed files with 146 additions and 114 deletions

View File

@@ -32,7 +32,7 @@ gradlePlugin {
version = property("VERSION").toString()
description = property("DESCRIPTION").toString()
displayName = property("DISPLAY_NAME").toString()
tags.set(listOf("plugin", "gradle", "sample", "template"))
tags.set(listOf("kotlin", "metadata"))
}
}
}