Skip to content

Commit

Permalink
Update displayName and description
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalirz committed Jun 15, 2023
1 parent 8fca686 commit 19578c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ gradlePlugin {
plugins {
create("intestPlugin") {
id = "pl.malirz.intest"
displayName = "Integration Tests"
description = "Adds integration test task to project"
displayName = "InTest Gradle Plugin"
description = "Enables integration test in a project"
@Suppress("UnstableApiUsage")
tags.set(listOf("testing", "integrationTesting"))
implementationClass = "pl.malirz.intest.InTestPlugin"
Expand Down

0 comments on commit 19578c3

Please sign in to comment.