buildSrc:compileGroovy FAILED

just start to use gradle today. no clue on the very first error. looking for help from export in the forum. thank you.

Setting TEN proxy

Task :buildSrc:compileGroovy FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‘:buildSrc:compileGroovy’.

org.codehaus.groovy.runtime.memoize.EvictableCache.getAndPut(Ljava/lang/Object
;Lorg/codehaus/groovy/runtime/memoize/MemoizeCache$ValueProvider;)Ljava/lang/Obj
ect;

There is some non compiling code in your codebase at buildSrc/src/main/groovy. the buildSrc project is meant to contain project specific build logic.

cheers,
René