Open bay0max opened 1 year ago
Maven somehow tries to build the StubDroid test cases, but did not build the FlowDroid tests before. In other words, your build seems to build some tests, but not all of them, which is quite strange. Try the following:
mvn install -DskipTests
(without the =false
)
I try mvn install -DskipTests
and mvn install -DskipTests=true
,and get the same error
I add dependency in pom.xml like this:
but still got error,here is my error log