Skip to content

Commit

Permalink
Remove forbidden tag "gradle" for portal publication
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Vol committed Sep 16, 2024
1 parent dc5aca9 commit 59e040a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ gradlePlugin {
implementationClass = 'com.bmuschko.gradle.clover.CloverPlugin'
displayName = 'Gradle Clover Plugin'
description = 'Gradle Clover Plugin'
tags.set(['gradle', 'clover', 'code_coverage'])
tags.set(['clover', 'code_coverage'])
}
}
0
}


Expand Down

0 comments on commit 59e040a

Please sign in to comment.