Skip to content

Commit

Permalink
chore: forbidden Gradle Plugin portal tag removed
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Nov 29, 2021
1 parent 5fb1e9e commit 07ba415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pluginBundle {
website = 'https://github.com/avast/gradle-docker-compose-plugin'
vcsUrl = 'https://github.com/avast/gradle-docker-compose-plugin'
description = 'Simplifies usage of Docker Compose for integration testing in Gradle environment.'
tags = ['docker', 'docker-compose', 'gradle']
tags = ['docker', 'docker-compose']
plugins {
dockerComposePlugin {
id = 'com.avast.gradle.docker-compose'
Expand Down

0 comments on commit 07ba415

Please sign in to comment.