Skip to content

Commit

Permalink
Fix gradle publish error in selected tags
Browse files Browse the repository at this point in the history
  • Loading branch information
moallemi committed Dec 12, 2022
1 parent f8be1ea commit 9e9e45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/gradle-publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pluginBundle {
website = project.url
vcsUrl = project.url
description = project.description
tags = ['android', 'versionName', 'versionName', 'plugin', 'versionCode', 'git']
tags = ['android', 'versionName', 'versionCode', 'git']

plugins {
myPlugin {
Expand Down

0 comments on commit 9e9e45b

Please sign in to comment.