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 e07f624b minor refactor: avoid deprecation warning by using later 
gradle dsl
e07f624b is described below

commit e07f624b1d870e458f5131b19ba4cf6a3cf71074
Author: Paul King <[email protected]>
AuthorDate: Thu Jan 23 08:57:19 2025 +1000

    minor refactor: avoid deprecation warning by using later gradle dsl
---
 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 8a4dd628..6d9db225 100644
--- a/doc/manual/manual.gradle
+++ b/doc/manual/manual.gradle
@@ -111,7 +111,7 @@ asciidoctorj {
 }
 
 asciidoctor {
-    forkOptions {
+    jvm {
         jvmArgs("--add-opens", "java.base/sun.nio.ch=ALL-UNNAMED", 
"--add-opens", "java.base/java.io=ALL-UNNAMED")
     }
 }

Reply via email to