Skip to content

Commit

Permalink
[AT-3077] Removed disallowed tags
Browse files Browse the repository at this point in the history
  • Loading branch information
eschlenz committed Jan 20, 2022
1 parent 97eb983 commit bcdf092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Plugin {
const val JVM_TARGET = "1.8"
private const val BUILD_NUMBER = "" // Dynamically updated by publishLocal.sh on Travis. Otherwise left as-is.
const val VERSION = "1.3.0$BUILD_NUMBER"
val TAGS = listOf("Gradle", "Plugin", "Android", "AspectJ", "Kotlin", "Java")
val TAGS = listOf("Android", "AspectJ", "Kotlin", "Java")
}

object SampleAppCommon {
Expand Down

0 comments on commit bcdf092

Please sign in to comment.