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 579a30ea use later gradle syntax
579a30ea is described below
commit 579a30ea798e0e61adf69b56224a2a512c868a1a
Author: Paul King <[email protected]>
AuthorDate: Sat Dec 14 16:32:59 2024 +1000
use later gradle syntax
---
doc/manual/manual.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/manual/manual.gradle b/doc/manual/manual.gradle
index fc5b9ab7..e770c12d 100644
--- a/doc/manual/manual.gradle
+++ b/doc/manual/manual.gradle
@@ -54,7 +54,7 @@ dependencies {
snippets project(path: ":module:geb-core", configuration: "allSources")
}
-def snippetsDirectory = project.layout.buildDirectory.dir('snippets')
+def snippetsDirectory =
project.layout.buildDirectory.dir('snippets').get().asFile
def snippetsTask = tasks.register("snippets", Sync) {
from configurations.snippets