You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use your plugin in favor of the fidesmo one because yours supports library dependencies.
Unfortunately, this does not seem to be working. I have declared two libraries and one applet with some simple dependencies between them. The builds for all of them do not seem to have correct build dependencies, so the build fails unless it is executed specifically in dependency order.
@promovicz Hello thanks for your feedback, I think it's a bug for the case using buildJavaCard. I will test it with other modules dependency also using javacard plugin
I am trying to use your plugin in favor of the fidesmo one because yours supports library dependencies.
Unfortunately, this does not seem to be working. I have declared two libraries and one applet with some simple dependencies between them. The builds for all of them do not seem to have correct build dependencies, so the build fails unless it is executed specifically in dependency order.
My project can be found here:
https://github.com/OpenJavaCard/openjavacard-coap
There are several problems with this build:
The following will not build JavaCard files:
$ ./gradlew clean build
The following will fail because of missing library dependencies:
$ ./gradlew clean buildJavaCard
The following does work:
$ ./gradlew clean library-core:buildJavaCard library-server:buildJavaCard applet-server-tiny:buildJavaCard
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: