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

Fixed Unable to Load APDU error #12

Closed
wants to merge 1 commit into from

Conversation

sankalpchauhan-me
Copy link

The error stated to make sure that plugin is loaded before classpath. After doing so the tests ran successfully

The error stated to make sure that plugin is loaded before classpath. After doing so the tests ran successfully
@ph4r05
Copy link
Owner

ph4r05 commented May 20, 2020

The problem is with Java9 and higher as classpath contains jc_api before jcardsim.
Try using JDK8 or gradle tasks directly ./gradlew test

I have to address this issue differently, this PR does not solve it unfortunately.

@ph4r05 ph4r05 closed this May 20, 2020
@ph4r05
Copy link
Owner

ph4r05 commented May 23, 2020

@sankalpchauhan-me try updating, plugin version 1.7.1 solves the problem.

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

Successfully merging this pull request may close these issues.

2 participants