Skip to content

package version build error #15

@darvishpoor

Description

@darvishpoor

can not build with package version 3.11 but it build with package version 3.9 or 3.8........
javacard {

config {
    jckit './ext/java_card_kit-2_2_2-linux/java_card_kit-2_2_2'
    cap {
        packageName 'com.sample'
        version '3.11'
        aid 'A0:00:00:01:51:41:43:4C:00:FF:FF:89:4D:53:53:00'
        output 'applet.cap'
        applet {
            className 'com.sample.MyApplet'
            aid 'A0:00:00:01:51:41:43:4C:00:FF:FF:89:4D:53:53:01'
        }
        dependencies {
            local {
                exps './ext/exps'
                jar './ext/lib/sim_v5.6.0.jar'
            }
        }
    }
}

}

return Incorrect package version: 3.11

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions