Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<classpath/> doesn't work well in 3.0.0, the latest version in maven repository #266

Closed
wellzz opened this issue Mar 3, 2022 · 7 comments

Comments

@wellzz
Copy link

wellzz commented Mar 3, 2022

specialArg is updated only when isLongModulePathArgument( specialArg ) || isLongClassPathArgument( specialArg ) returns true,
but it can't because specialArg's default value is null.
I find that this issue has been fixed in master branch.
when do we release the next version?

else if ( isLongModulePathArgument( specialArg ) || isLongClassPathArgument( specialArg ) )

@maartenc
Copy link

maartenc commented Jul 1, 2022

We face the same issue. So far, we didn't find a workaround, which makes that we cannot use this plugin right now 😢
It would be great if a new version of this plugin could be released.

@slawekjaranowski
Copy link
Member

ping me in a week, you can also drop a line on dev list 😄

Can you link PR / commit which fix it?

@maartenc
Copy link

maartenc commented Jul 1, 2022

Thank you for your answer @slawekjaranowski
The PR that fixed this issue was #172

@maartenc
Copy link

Hi @slawekjaranowski , here is a ping as requested 😃

@slawekjaranowski
Copy link
Member

We have plan to release at next weekend.
Any test of current version will be appreciated before release.

I close it as fixed

@maartenc
Copy link

Thanks @slawekjaranowski : I did a quick test with the current code (master branch) and verified that it solved this issue.

@maartenc
Copy link

You can probably close #173 as well 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants