mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +00:00
Added comment on how to handle accidental gradle import in IDEA
This commit is contained in:
parent
58a509de63
commit
c0e2322414
@ -108,6 +108,11 @@ class ClassLoaderTests {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* If this test starts failing it is either because you haven't build with gradle first
|
||||
* or because you have reimported gradle project in IDEA (revert change to .idea/modules.xml)
|
||||
*/
|
||||
@Test
|
||||
fun `verify that contract AnotherDummyContract is not in classPath`() {
|
||||
assertFailsWith(ClassNotFoundException::class) {
|
||||
|
Loading…
Reference in New Issue
Block a user