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

Build fails on Ubuntu with ScriptPluginFactory error #3

Open
dryprogrammer opened this issue Aug 4, 2019 · 0 comments
Open

Build fails on Ubuntu with ScriptPluginFactory error #3

dryprogrammer opened this issue Aug 4, 2019 · 0 comments

Comments

@dryprogrammer
Copy link

Ubuntu 18.04
openjdk 11.0.4

./gradlew clean build fails with following output:

dry@dry-Latitude-7390:~/dev/pencil-stencil-generator$ ./gradlew clean build
Downloading https://services.gradle.org/distributions/gradle-4.7-all.zip
........................................................................................................
Unzipping /home/dry/.gradle/wrapper/dists/gradle-4.7-all/4cret0dgl5o3b21weaoncl7ys/gradle-4.7-all.zip to /home/dry/.gradle/wrapper/dists/gradle-
4.7-all/4cret0dgl5o3b21weaoncl7ys
Set executable permissions for: /home/dry/.gradle/wrapper/dists/gradle-4.7-all/4cret0dgl5o3b21weaoncl7ys/gradle-4.7/bin/gradle

Welcome to Gradle 4.7!

Here are the highlights of this release:
 - Incremental annotation processing
 - JDK 10 support
 - Grouped non-interactive console logs
 - Failed tests are re-run first for quicker feedback

For more details see https://docs.gradle.org/4.7/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)

FAILURE: Build failed with an exception.

* What went wrong:
Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory().
> Could not create service of type PluginResolutionStrategyInternal using BuildScopeServices.createPluginResolutionStrategy().

* 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 insig
hts.

* Get more help at https://help.gradle.org

BUILD FAILED in 20s

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

No branches or pull requests

1 participant