com.kms.katalon.core.exception.StepFailedException: Keyword runFeatureFile was failed (Root cause: java.lang.SecurityException: class "module-info"'s signer information does not match signer information of other classes in the same package

Can you please follow the image here

And if you run with the keyword CucumberKW.runWithCucumberRunner, you need to define the glue in the annotation like this @CucumberOptions(features = "Include/features", glue = "MyExampleFolder") in RSP6388VerifyversionInformation class instead of HomePageSteps class.
[Cucumber] Run with Cucumber Runner | Katalon Docs