Skip to content

Commit

Permalink
Add more ways the unresolved dep show in known issues (#2546)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Jan 20, 2024
1 parent be5346b commit 0839da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/docs/yearly-overview/known-issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Open Issues
Visual Studio Code Reports Unresolved Dependency
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

**Issue:** Java programs will report ``Unresolved dependency: org.junit.platform junit-platform-launcherJava(0)`` on build.gradle. Programs that use unit tests will fail to build.
**Issue:** Java programs will report ``Unresolved dependency: org.junit.platform junit-platform-launcherJava(0)`` on build.gradle. Programs that use unit tests will fail to build. This causes build.gradle to be highlighted red in the Visual Studio Code explorer, and the ``plugins`` line in build.gradle to have a red squiggle.

**Workaround:** This can be safetly ignored if you aren't running unit tests. To fix it, do the following:

Expand Down

0 comments on commit 0839da9

Please sign in to comment.