We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to build on Windows 10, I get a compilation error when trying to build the verification client, with the following message:
gulp-google-closure-compiler: ERROR - [JSC_MISSING_ENTRY_ERROR] required entry point "omid.verificat ionClient.VerificationClient" never provided
Please note that the two prior build tasks build-session-client and package-session-client run successfully.
build-session-client
package-session-client
Java version details:
java version "1.8.0_401" Java(TM) SE Runtime Environment (build 1.8.0_401-b10) Java HotSpot(TM) 64-Bit Server VM (build 25.401-b10, mixed mode)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to build on Windows 10, I get a compilation error when trying to build the verification client, with the following message:
Please note that the two prior build tasks
build-session-client
andpackage-session-client
run successfully.Java version details:
The text was updated successfully, but these errors were encountered: