Skip to content

Commit

Permalink
Remove gradle from tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jul 25, 2024
1 parent b10d122 commit 30fe54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gradlePlugin {
id = "app.opendocument.conanandroidgradleplugin"
displayName = "Conan Android Gradle"
description = "Plugin which plugs Conan to Android in Gradle"
tags = listOf("conan", "android", "gradle")
tags = listOf("conan", "android")
implementationClass = "app.opendocument.ConanAndroidGradlePlugin"
}
}
Expand Down

0 comments on commit 30fe54c

Please sign in to comment.