java-spiffe/java-spiffe-provider/build.gradle

13 lines
205 B
Groovy

plugins {
id "com.github.johnrengelman.shadow" version "5.2.0"
}
apply plugin: 'com.github.johnrengelman.shadow'
assemble.dependsOn shadowJar
dependencies {
api(project(":java-spiffe-core"))
}