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.git


The following commit(s) were added to refs/heads/master by this push:
     new f02b9bc29f GROOVY-11859: fix JarJarTask annotation for Windows 
compatibility
f02b9bc29f is described below

commit f02b9bc29f0cbe549b6685479406180814bd79f0
Author: James Fredley <[email protected]>
AuthorDate: Sun Feb 15 18:34:41 2026 -0500

    GROOVY-11859: fix JarJarTask annotation for Windows compatibility
---
 build-logic/src/main/groovy/org/apache/groovy/gradle/JarJarTask.groovy | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/build-logic/src/main/groovy/org/apache/groovy/gradle/JarJarTask.groovy 
b/build-logic/src/main/groovy/org/apache/groovy/gradle/JarJarTask.groovy
index c49ef67a0e..cc24c8873f 100644
--- a/build-logic/src/main/groovy/org/apache/groovy/gradle/JarJarTask.groovy
+++ b/build-logic/src/main/groovy/org/apache/groovy/gradle/JarJarTask.groovy
@@ -60,8 +60,7 @@ class JarJarTask extends DefaultTask {
 
     final protected String projectName = project.name
 
-    @InputFiles
-    @Classpath
+    @Input
     @Optional
     List<String> untouchedFiles = []
 

Reply via email to