David Whitlock
David Whitlock
How about 9:30 on Saturday morning? That will give us time later in the day to work on it.
Considering using https://owasp.org/www-project-java-html-sanitizer/
Interesting. error-prone is configured by modifying the compiler configuration in Maven: https://errorprone.info/docs/installation And it requires that a bunch of `add-exports` be configured in `.mvn/jvm.config`. That might be okay for my...
Also, the reports shouldn't list a grade of "-2.0" for assignments that do not have a grade. And the -2.0 should not be included in the sum of the points.
The work for issue #377 will help prepare for addressing this issue.
Here's an interesting article about Cucumber for Java: https://automationpanda.com/2017/10/24/cucumber-jvm-for-java/
Heh. Or I could check out the entire series: https://automationpanda.com/2017/01/25/bdd-101-introducing-bdd/
Or maybe not. After upgrading to the latest Maven, I tried running the `wrapper:wrapper` plugin and I got this error: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-wrapper-plugin:3.0.2:wrapper (default-cli) on project...
It might be worth giving this a try again. https://maven.apache.org/wrapper/ https://www.baeldung.com/maven-wrapper So, it looks like this might do the trick: ``` mvn -N wrapper:wrapper ```
No dice. It looks like the official Maven Wrapper plugin still requires Maven 4: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-wrapper-plugin:3.0.2:wrapper (default-cli) on project cs410j: wrapperVersion not supported for Maven...