blob: a3c63ebd5a10cc57c0276113bcad1c66bbbff26b [file] [log] [blame]
plugins {
id 'geb.test-framework-integration-module'
}
dependencies {
api libs.testng
}
tasks.named("test") {
useTestNG {
excludeGroups "doNotRunFromGradle"
}
}
publishing.publications.main.pom {
name = "Geb for TestNG"
description = "Geb (pronounced \"jeb\") integration with the TestNG test framework."
}