build config error, missing aspectpath entry/incorrect classpath
Author: jeffcharlesCreated Jan 30, 2016Updated Aug 6, 2019
When I try to add Hugo to my build, I get the following during the :app:compileDebugJavaWithJavac task:
build config error: skipping missing, empty or corrupt aspectpath entry: /Users/jeff/projects/VisitorDetector/app/build/tmp/kotlin-classes/debug
incorrect classpath: /Users/jeff/projects/VisitorDetector/app/build/tmp/kotlin-classes/debug
advice defined in hugo.weaving.internal.Hugo has not been applied [Xlint:adviceDidNotMatch]and I don't get any of the logging output from Hugo.
Any idea as to what could be going wrong?
The code I'm trying to build with ./gradlew build is at https://github.com/jeffcharles/visitor-detector/tree/add-hugo (specifically the add-hugo branch).
Source: JakeWharton/hugo