Skip to content

Missing dependency nebula.javadoc-jar #1

@jorkzijlstra

Description

@jorkzijlstra

running a gradle build will crash since its missing a dependency.

Updating the build.gradle with

buildscript {
  repositories { 
    jcenter() 
    maven {
      url "https://plugins.gradle.org/m2/"
    }
  }
  dependencies {
    classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.3'
    classpath "com.netflix.nebula:nebula-publishing-plugin:4.9.1"
  }
}

Seems to fix this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions