Upgraded to gradle 6.5.1 + added gradlew scripts#211
Upgraded to gradle 6.5.1 + added gradlew scripts#211ieugen wants to merge 1 commit intoopenfaas:masterfrom ieugen:gradle-upgrade
Conversation
Signed-off-by: Eugen Stan <eugen.stan@netdava.com>
|
I don't want to see the Gradle folders and scripts in the template, please can you remove those and just bump up the version and make any required changes to the Gradle build files? You said that "compile" is deprecated now? |
|
Having the version files without the wrapper scripts provides little to no value. Gradle developers expect the wrapper. I know many people avoid adding binaries to source control. https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:adding_wrapper
|
|
I think the java8 template should be deprecated and removed, isn't Java 8 out of support now? |
|
I think it's safe to do that sine openfaas is targeting new implementations and less so legacy apps. Java is evolving at a steady 6 month pace and writing functions with some of the newer features is a big win IMO. |
Signed-off-by: Eugen Stan eugen.stan@netdava.com
Description
Upgrade gradle and added the gradle scripts.
Motivation and Context
The normal way to build apps locally is to use the
./gradlewscript that will get the exact version of gradle needed to build the project.Adding the script makes it so that users don't require gradle installed locally.
It will be downloaded.
How Has This Been Tested?
Ran
./verify.shlocally.Types of changes
Impact to existing users
I don't see negative impact.
Checklist:
git commit -s