Philipp Mayer
04/08/2020, 2:45 PM<build>
<sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory>
<testSourceDirectory>${project.basedir}/src/test/kotlin</testSourceDirectory>
Cannot resolve directory '$'{'project.basedir}'
I guess it's something with my configuration but I just can't point the finger at it. Any ideas? Thanks ahead!nfrankel
04/08/2020, 3:06 PMare there 4'$'{'project.basedir}'
'
characters?
i suspect there might be hidden characters...
i’d try to retype it from scratch
unless you overwrote itPhilipp Mayer
04/08/2020, 3:42 PM${project.basedir}/src/main/kotlin
. no '
at all. 😞
Some kind of configuration must be broken on my side, because it happens in every Spring project. If I create an empty one and check the pom everything is set as in my pom.xml. Really not sure what's broken there.nfrankel
04/08/2020, 3:46 PMmvn compile
Philipp Mayer
04/08/2020, 4:24 PMnfrankel
04/08/2020, 4:37 PMPhilipp Mayer
04/09/2020, 6:54 AM