can't compile the mod. Help me pls :D
Jancpot opened this issue · 2 comments
Error:
-
Where:
Build file 'C:\Users\jancp\OneDrive\������� ����\����� ����� (14)\����� �����\build.gradle' line: 23 -
What went wrong:
A problem occurred evaluating root project 'vs-eureka-mod'.
begin 0, end 10, length 0
- Try:
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
- Get more help at https://help.gradle.org
CONFIGURE FAILED in 14s
Code:
} else {
String gitRevision = "git rev-parse HEAD".execute().text.trim()
version = eureka_version + '+' + gitRevision.substring(0, 10)
}