foundeo / fuseless-template

Apache License 2.0
29 stars 9 forks source link

using Gradle 7+ #9

Open fescoe opened 2 years ago

fescoe commented 2 years ago

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.