fuseless-template
fuseless-template copied to clipboard
using Gradle 7+
If using gradle 7+ you will errors when building due to the fact that compile and runtime were depreciated and removed.
I was able to get it to successfully build by changing compile() to implementation() and from configurations.runtime to from configurations.runtimeClasspath.