We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb6509 commit d0de18aCopy full SHA for d0de18a
plugins/license-gather-plugin/build.gradle.kts
@@ -33,6 +33,8 @@ tasks {
33
val saveLicenses by registering(EnumGeneratorTask::class) {
34
licenses = layout.projectDirectory.dir("license-list-data/json")
35
outputDir = layout.buildDirectory.dir("generated-sources/licenses")
36
+ // Gradle detected a problem with the following location: '.../vlsi-release-plugins/plugins/license-gather-plugin/build/generated-sources/licenses'.
37
+ mustRunAfter("dokkaGeneratePublicationJavadoc")
38
39
sourceSets.main {
40
java {
0 commit comments