-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
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
cjangrist, gmoscovitch and ryan-williams
Metadata
Metadata
Assignees
Labels
No labels