spring-boot-migrator icon indicating copy to clipboard operation
spring-boot-migrator copied to clipboard

PreconditionCheck fails

Open Richhoef opened this issue 3 years ago • 0 comments

Describe the bug Whenever I scan a project, the preconditionCheck fails. It cannot find the maven build file and it also cannot find a 'src/main/java' directory, while this does exists. I am using a Windows 10 pc with Java 17.0.5 and SBM 0.12.0.

To Reproduce Steps to reproduce the behavior:

  1. Unpack the repository TestMigrator (TestMigrator.zip)
  2. Start SBM
  3. Type scan D:\\TestMigrator
  4. Observe the failure image

Expected behavior A pass of the maven build file (a pom.xml is present) A pass of the 'src/main/java' dir (which also exists)

Desktop:

  • OS: Windows
  • Version 10 21H2
  • Java 17.0.5

Richhoef avatar Oct 21 '22 09:10 Richhoef