Skip to content

Instantly share code, notes, and snippets.

@gscheibel
Created July 20, 2015 21:25
Show Gist options
  • Save gscheibel/c16be7a63aa1f02cda1c to your computer and use it in GitHub Desktop.
Save gscheibel/c16be7a63aa1f02cda1c to your computer and use it in GitHub Desktop.
scheibel@~/labs/adocs/gradle-variant-aware-dependency-resolution (master) $ gradle generatePdf
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/gscheibel/labs/adocs/gradle-variant-aware-dependency-resolution/examples/customlib1/build.gradle' line: 1
* What went wrong:
Could not compile build file '/Users/gscheibel/labs/adocs/gradle-variant-aware-dependency-resolution/examples/customlib1/build.gradle'.
> startup failed:
build file '/Users/gscheibel/labs/adocs/gradle-variant-aware-dependency-resolution/examples/customlib1/build.gradle': 1: unable to resolve class org.gradle.platform.base.internal.PlatformResolvers
@ line 1, column 1.
import org.gradle.platform.base.internal.PlatformResolvers
^
build file '/Users/gscheibel/labs/adocs/gradle-variant-aware-dependency-resolution/examples/customlib1/build.gradle': 23: unable to resolve class ModelMap
@ line 23, column 13.
ModelMap<JarBinarySpec> binaries,
^
2 errors
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment