timtebeek commented on code in PR #61:
URL: https://github.com/apache/maven-wrapper/pull/61#discussion_r1062395101


##########
maven-wrapper/src/test/java/org/apache/maven/wrapper/SystemPropertiesHandlerTest.java:
##########
@@ -31,23 +31,23 @@
 import java.util.Map;
 import java.util.Properties;
 
-import org.junit.Before;
-import org.junit.Test;
+import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Test;
 
-public class SystemPropertiesHandlerTest
+class SystemPropertiesHandlerTest

Review Comment:
   Hmm I just updated the parent to v38 and ran spotless:apply, but that seems 
to have given a lot more changes than I was expecting based on your comment.
   
   Worst case I can always recreate the changes whenever the main branch is 
stable, as most of the changes are automated anyway. Let me know how best to 
proceed! :)



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to