mbien commented on code in PR #9112:
URL: https://github.com/apache/netbeans/pull/9112#discussion_r2702326763


##########
extide/gradle/test/unit/data/buildprops/micronaut/build.gradle:
##########
@@ -18,9 +18,9 @@
  */
 
 plugins {
-    id("com.github.johnrengelman.shadow") version "7.1.2"
+//    id("com.github.johnrengelman.shadow") version "7.1.2"
 // ExtensionPropertiesExtractorTest#testTaskListProperty fails with next point 
release
-    id("io.micronaut.application") version "3.6.5"
+    id("io.micronaut.application") version "4.6.1"

Review Comment:
   the comment can be likely removed now since the version was successfully 
bumped + test updated



##########
extide/gradle/test/unit/src/org/netbeans/modules/gradle/queries/ProjectContainerProviderTest.java:
##########
@@ -105,6 +106,7 @@ public void testComplexMultiProject() throws IOException {
 
     }
 
+/*
     public void testWeirdMultiProject() throws IOException {

Review Comment:
   might deserve a TODO comment so that we remember why this was commented out.



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