Kluent icon indicating copy to clipboard operation
Kluent copied to clipboard

Warning during build for non-existent location

Open javatarz opened this issue 5 years ago • 0 comments

Steps to reproduce

  1. ./gradlew clean
  2. ./gradlew test

Issue Description

When running the above commands, the output shows warnings

> Task :kluent-common:compileTestKotlinCommon
w: Classpath entry points to a non-existent location: ~/projects/personal/Kluent/common/build/classes/java/main
w: Classpath entry points to a non-existent location: ~/projects/personal/Kluent/common/build/resources/main

javatarz avatar Oct 05 '19 03:10 javatarz