com.klinec.gradle.javacard
Owner: Dusan Klinec
Gradle JavaCard plugin
https://github.com/ph4r05/javacard-gradle-plugin
Sources: https://github.com/ph4r05/javacard-gradle-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("com.klinec.gradle.javacard") version "1.7.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.klinec:gradle-javacard:1.7.1") } } apply(plugin = "com.klinec.gradle.javacard")
- Applying plugins to all subprojects .