You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the multi-module nature of this project, Intellij Testing always fails. Fortunately, running tests at the command line works but we should also be able to run test inside Intellij
After running tests in Intellij, most of the time we get this error java: module not found: com.osscameroon.jsgenerator.core
Then, what if we deploy core module to maven/gradle ? Maybe, this error will disappear ? Or, is there a way to prevent Intellij to first search this module on maven central but start by checking locally ?
Given the multi-module nature of this project, Intellij Testing always fails. Fortunately, running tests at the command line works but we should also be able to run test inside Intellij
After running tests in Intellij, most of the time we get this error
java: module not found: com.osscameroon.jsgenerator.core
Then, what if we deploy core module to maven/gradle ? Maybe, this error will disappear ? Or, is there a way to prevent Intellij to first search this module on maven central but start by checking locally ?
https://www.google.com/search?q=intellij+idea+failing+to+run+test+in+module+project&sca_esv=984db0dce26ae1a8&rlz=1C1FCXM_pt-PTPT1032PT1032&sxsrf=ADLYWIKa6aHpYXdAHsrIKOQDRDxKUgv7dg%3A1728935202287&ei=InUNZ5-bEciK7M8Ps7uAoAI&ved=0ahUKEwiftMnE0Y6JAxVIBfsDHbMdACQQ4dUDCA8&uact=5&oq=intellij+idea+failing+to+run+test+in+module+project&gs_lp=Egxnd3Mtd2l6LXNlcnAiM2ludGVsbGlqIGlkZWEgZmFpbGluZyB0byBydW4gdGVzdCBpbiBtb2R1bGUgcHJvamVjdDIFECEYnwVIyjdQ7QNY_TNwAXgBkAEAmAGjAaABjBOqAQQwLjE4uAEDyAEA-AEBmAIToALFE8ICChAAGLADGNYEGEfCAgcQIRigARgKwgIEECEYFZgDAIgGAZAGCJIHBDEuMTigB6Vp&sclient=gws-wiz-serp
The text was updated successfully, but these errors were encountered: