Skip to content

Commit

Permalink
Duplicate description at plugin bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
axmetishe committed Feb 11, 2024
1 parent 3d62bd4 commit e33b7de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ gradlePlugin {
}
}

pluginBundle {
description = project.description
tags = ['qt', 'qrc', 'moc', 'uic', 'rcc', 'gradle-native', 'c', 'cpp']
website = "${vcsBaseUrl}/${project.name}"
vcsUrl = vcsRepoUrl
}

publishing {
repositories {
mavenLocal()
Expand Down

0 comments on commit e33b7de

Please sign in to comment.