bertrandmartel / javacard-gradle-plugin

:key: Gradle plugin for JavaCard development
MIT License
32 stars 14 forks source link

package version build error #15

Open darvishpoor opened 4 years ago

darvishpoor commented 4 years ago

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

martinpaljak commented 4 years ago

Would be fixed by #14 via https://github.com/martinpaljak/ant-javacard/commit/ef4bc6f99dd08f9f18b9544e617ed94b13b736fe