Until about an hour ago I was building a new mod I am working on with no issues.
Now all of a sudden I get the following error when trying to build:
FAILURE: Build failed with an exception.
* Where:
Build file 'I:\BlockFinder\build.gradle' line: 24
* What went wrong:
A problem occurred evaluating root project 'BlockFinder'.
> No such version exists!
The line in question:
minecraft {
version = "1.12.2-14.23.5.2814"
...