No way to force a recreation of classpath from gradle file

My source control accidentally deleted the .classpath and .project files generated from my gradle build files, and I cannot find a way to recreate them. I've tried uninstalling and reinstalling the extension, deleting the .settings files, updating my classpaths in the gradle file, and the Ctrl+Alt+U shortcut, and nothing seems to be working. Is there another file I need to delete in order to force this recreation?

Environment
  • Operating System: Windows 10
  • JDK version: Version 8
  • Visual Studio Code version: 1.8.1
  • Java extension version: 0.0.8
Steps To Reproduce
  1. Have .classpath and .project files be generated from gradle
  2. Manually delete the files created
  3. There is no way to have these files be recreated.