BruceEckel / OnJava8-Examples

Code Examples for the book "On Java 8"

Home Page:http://www.OnJava8.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build failed

xianfuxing opened this issue · comments

I am new to Java, build failed on Centos7 & openjdk 1.8:
./gradlew run
`FAILURE: Build failed with an exception.

  • Where:
    Build file 'D:\Desktop\OnJava8-Examples\build.gradle' line: 21

  • What went wrong:
    A problem occurred evaluating root project 'OnJava8-Examples'.

Failed to apply plugin [id 'com.mindviewinc.tagging']
java.lang.NullPointerException (no error message)`

Could anyone give advise? Thanks.

same problem here wish anyone give advise

somehow remove theapply plugin: 'com.mindviewinc.tagging'from build.gradle works for me

somehow remove theapply plugin: 'com.mindviewinc.tagging'from build.gradle works for me

works for me too. But why?

Worked for me too!

This should be resolved now.