mbien commented on PR #9112:
URL: https://github.com/apache/netbeans/pull/9112#issuecomment-3696992793

   found this in my stash as leftover of 
https://github.com/apache/netbeans/pull/8814 which might be needed on newer 
gradle versions:
   ```diff
   diff --git 
a/java/gradle.dependencies/test/unit/data/projects/multi/oci/build.gradle 
b/java/gradle.dependencies/test/unit/data/projects/multi/oci/build.gradle
   index ef7b070ca4..0eff699006 100644
   --- a/java/gradle.dependencies/test/unit/data/projects/multi/oci/build.gradle
   +++ b/java/gradle.dependencies/test/unit/data/projects/multi/oci/build.gradle
   @@ -31,7 +31,7 @@ java {
    }
    
    task testJar(type: Jar) {
   -    classifier = 'tests'
   +    archiveClassifier = 'tests'
        from sourceSets.test.output
    }
   ```


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to