Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependency nebula.javadoc-jar #1

Open
jorkzijlstra opened this issue May 17, 2017 · 3 comments
Open

Missing dependency nebula.javadoc-jar #1

jorkzijlstra opened this issue May 17, 2017 · 3 comments

Comments

@jorkzijlstra
Copy link

jorkzijlstra commented May 17, 2017

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
@jorkzijlstra
Copy link
Author

I really want to test this in our Apache Spark setup. We are really bottle necking on the FileOutputCommitter when writing to S3 and we need to write quite a lot of data.

Any idea on how the fix the issues to that I can build the jar, or where I can find a jar that already has been build?

Regards, Jork

@scravy
Copy link
Contributor

scravy commented Aug 30, 2017

@jorkzijlstra For me it worked to just remove this

apply plugin: 'nebula.javadoc-jar'
apply plugin: 'nebula.source-jar'

from the gradle build file. There is also an open pull request solving the issue (i.e. you could just check out that fork): #4

@rdblue
Copy link
Owner

rdblue commented Aug 8, 2018

Can you open a PR with the fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants