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

'gradle bootRun' command fails #1

Open
anand-xoriant opened this issue Mar 25, 2017 · 1 comment
Open

'gradle bootRun' command fails #1

anand-xoriant opened this issue Mar 25, 2017 · 1 comment

Comments

@anand-xoriant
Copy link

I am having gradle 3.4.1 & Java 1.8 on windows 10 OS. When I run 'gradle bootRun' command on console, I get the following error:
C:\Users\kulkarni_an\Downloads\spring-boot-websocket-stomp-server-send-example-master>gradle bootRun -stacktrace
:compileJava FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    java.lang.UnsupportedOperationException (no error message)

  • Try:
    Run with --info or --debug option to get more log output.

  • Exception is:
    java.lang.UnsupportedOperationException
    at org.springframework.boot.gradle.exclude.ApplyExcludeRules.addImplicitExcludeRules(ApplyExcludeRules.java:102)

@sci-burns
Copy link

I had the same issue on another project - was using gradle wrapper 3.3, switched to 2.14 and it cleared the issue.

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

2 participants