I can't see an empty message, just empty table headers. I'm using :
buildscript {
dependencies {
classpath 'com.github.hierynomus:license-gradle-plugin:0.15.0'
}
}
plugins {
id "com.github.hierynomus.license" version "0.15.0"
}
allprojects {
apply plugin: 'com.github.hierynomus.license'
}
downloadLicenses {
includeProjectDependencies = true
dependencyConfiguration = 'implementation'
}
in build.gradle and ./gradlew downloadLicenses to run it.
Related: #104, #113
I can't see an empty message, just empty table headers. I'm using :
in build.gradle and
./gradlew downloadLicensesto run it.Related: #104, #113