spring-boot-websocket-stomp-server-send-example icon indicating copy to clipboard operation
spring-boot-websocket-stomp-server-send-example copied to clipboard

'gradle bootRun' command fails

Open anand-xoriant opened this issue 8 years ago • 1 comments

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)

anand-xoriant avatar Mar 25 '17 18:03 anand-xoriant

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

sci-burns avatar May 23 '17 14:05 sci-burns