This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
The following commit(s) were added to refs/heads/master by this push:
new 772f4ee6 revert build change: we need to find a different way to
remove gradle build warning
772f4ee6 is described below
commit 772f4ee6a84b9db07b8affe2c380f48e3590a948
Author: Paul King <[email protected]>
AuthorDate: Sat Mar 1 11:53:47 2025 +1000
revert build change: we need to find a different way to remove gradle build
warning
---
module/geb-core/geb-core.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/module/geb-core/geb-core.gradle b/module/geb-core/geb-core.gradle
index ee063b92..e74fd919 100644
--- a/module/geb-core/geb-core.gradle
+++ b/module/geb-core/geb-core.gradle
@@ -35,7 +35,7 @@ sourceSets {
java {
registerFeature('select') {
- usingSourceSet(sourceSets.select)
+ usingSourceSet(sourceSets.main)
}
}
@@ -50,7 +50,7 @@ dependencies {
implementation libs.jodd.lagarto
implementation libs.guava
- implementation libs.selenium.support
+ selectImplementation libs.selenium.support
testImplementation libs.cglib
testImplementation libs.jsoup