Hi, everyone,
I’m trying to find documentation for Gradel’s build file, but I haven’t been able to find any.
I’m a software developer, but I’m new to Java (I have experience with C#, though - a similar language), and I want to develop a project using Gradle. However I was able to find a lot more information about Maven’s POM but haven’t been able find any detailed documentation on the structure/attributes of Gradle’s build file.
Does anyone know if there are any official docs on it?
If there isn’t any documentation, I’d appreciate recommendations on the best way to learn about Gradle’s build file comprehensively. My project is going to be added to an existing production environment and I’m semi-taking over for another developer, and since I’m new to Java, I want have the ability to dive as deeply as I need to. I want to learn in a “assume I don’t know anything” approach, or at least where things are stated explicity so whatever I don’t know I could look up.
Thanks in advance