jonnybot0 commented on code in PR #277:
URL: https://github.com/apache/groovy-geb/pull/277#discussion_r2164746378


##########
doc/manual/src/docs/asciidoc/120-build-integrations.adoc:
##########
@@ -10,37 +10,88 @@ Using Geb with Gradle simply involves pulling in the 
appropriate dependencies, a
 
 Below is a valid Gradle `build.gradle` file for working with Geb for testing.
 
-[source,groovy,subs="attributes"]
+[tabs]
+====
+Kotlin::
++
+[source,kotlin,subs="+attributes"]
 ----
-apply plugin: "groovy"
+plugins {
+    groovy
+}
 
 repositories {
     mavenCentral()
 }
 
-ext {
-    gebVersion = "{geb-version}"
-    seleniumVersion = "{selenium-version}"
-}
+val gebVersion = "{geb-version}"
+val seleniumVersion = "{selenium-version}"
+
+testing {

Review Comment:
   Okay, so this is an incubating Gradle plugin, from what I can tell: 
https://docs.gradle.org/current/userguide/jvm_test_suite_plugin.html
   
   Given that it's subject to change, I'm going to recommend we don't do this 
refactor now until that API stabilizes.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to