OneDrive-SDK-java
OneDrive-SDK-java copied to clipboard
Build issue
When I try to build using the command you have shared getting the below error. Pleas suggest the fix. Thanks
ranumola@RK:~/sde/development/onedrive-java-client-master/OneDrive-SDK-java-master$ gradle build
Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/ranumola/sde/development/onedrive-java-client-master/OneDrive-SDK-java-master/build.gradle' line: 5
* What went wrong:
An exception occurred applying plugin request [id: 'io.freefair.lombok', version: '3.8.4']
> Failed to apply plugin [id 'io.freefair.lombok']
> Could not create plugin of type 'LombokPlugin'.
> Could not generate a decorated class for class io.freefair.gradle.plugins.lombok.LombokPlugin.
> org/gradle/api/plugins/quality/FindBugsExtension
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 3s
Can you push the jar to maven if possible, so that we can use directly from there and look for examples here. Thanks