net.corda.plugins.jar-filter
Owner: R3 Corda
Corda JAR Filter Plugin
https://github.com/corda/corda-gradle-plugins
Sources: https://github.com/corda/corda-gradle-plugins
Version 6.0.0-DevPreview
6.0.0-DevPreview
Created 21 September 2021.
Corda JAR Filter Plugin
Using the plugins DSL:
plugins {
id("net.corda.plugins.jar-filter") version "6.0.0-DevPreview"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("gradle.plugin.net.corda.plugins:jar-filter:6.0.0-DevPreview")
}
}
apply(plugin = "net.corda.plugins.jar-filter")
Using the plugins DSL:
plugins {
id "net.corda.plugins.jar-filter" version "6.0.0-DevPreview"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "gradle.plugin.net.corda.plugins:jar-filter:6.0.0-DevPreview"
}
}
apply plugin: "net.corda.plugins.jar-filter"