Hello Everyone,
I 'm new to Gradle forum and just now started using gradle script for one of the project.
I want to build cpp file in linux (SuSE) using gcc compiler +linking, but after visiting gradle site i found the gcc is incubating and may change in up coming gradle release. please refer to below link
https://docs.gradle.org/current/dsl/org.gradle.nativeplatform.toolchain.Gcc.html
my question is can i still go ahead and make use of gcc t build cpp file in linux (SuSE), if so what is the best approach which i can adopt to build cpp file using gcc in llinux.
waiting for your reply
regards
Himanshu