fuseless-template icon indicating copy to clipboard operation
fuseless-template copied to clipboard

using Gradle 7+

Open fescoe opened this issue 3 years ago • 0 comments

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.

fescoe avatar Aug 22 '22 21:08 fescoe