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

Dependency management for cap / exp files #19

Open
slomo opened this issue Feb 2, 2015 · 1 comment
Open

Dependency management for cap / exp files #19

slomo opened this issue Feb 2, 2015 · 1 comment

Comments

@slomo
Copy link
Contributor

slomo commented Feb 2, 2015

It seems there are multiple solutions for pulling in other javacard project. Either they could be provided as jar and be translated as well or their exp file needs to be available. This requires some publishing of the conversion artifacts which can be archived by the following snippet:

    artifacts {
        archives(convertJavacard.capFile) {
           type 'cap'
           extension 'cap'
           builtBy convertJavacard
        }
        archives(convertJavacard.expFile) {
           type 'exp'
           extension 'exp'
           builtBy convertJavacard
       }
    }
@typelogic
Copy link

typelogic commented Nov 30, 2019

Any status of this PR? I need to build a dependency between two javacard cap builds, for a cleaner gradle script.

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

2 participants