-
I'm trying to contribute by updating the sortPom plugin so that we can use the // sortPom
sortPomCompileOnly 'com.github.ekryd.sortpom:sortpom-sorter:3.2.1'
sortPomCompileOnly 'commons-io:commons-io:2.11.0'
sortPomImplementation 'commons-io:commons-io:2.11.0'
testImplementation 'commons-io:commons-io:2.11.0' I'm getting this failure both in tests, and if I build and test it out in a different project.
I've never written a maven plugin so I'm not sure if this is a quirk of how the plugin is tested or if I need to change something else. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for helping with this! Probably easier to discuss this within the PR, I replied there |
Beta Was this translation helpful? Give feedback.
Thanks for helping with this! Probably easier to discuss this within the PR, I replied there