jhipster/jhipster-online

Compilation fails in master

deepu105 opened this issue · 3 comments

When compiling the master branch it fails with error

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project jhonline: Compilation failure
[ERROR] cannot access com.ryantenney.metrics.spring.config.annotation.MetricsConfigurerAdapter
[ERROR]   class file for com.ryantenney.metrics.spring.config.annotation.MetricsConfigurerAdapter not found
[ERROR]   Consult the following stack trace for details.
[ERROR]   com.sun.tools.javac.code.Symbol$CompletionFailure: class file for com.ryantenney.metrics.spring.config.annotation.MetricsConfigurerAdapter not found

@SudharakaP did you encounter this?

@deepu105 : For me the compilation passes without a problem. I just tried ./mvnw. ? Were you trying anything else?

It was maven cache issue