Can not set template in gradle #97
Unanswered
LethalSnake1337
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey @LethalSnake1337 Let me dig deeper and find this problem, unfortunately I'm on Linux, but I will try to do my best. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to set my path to my custom handlebar template, gradle fails to build with the following exception
Illegal char <:> at index 3 ./C:\Users.....
I am adding the path as follows
template = file("src/main/resources/content.md")
I also tried my absolute path it's the same problem.
Does anyone maybe know why this is happening? Why is ./ added to the path? I am on Windows.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions