I’m new to Gradle.I have simple project which has only couple of Python files and bunch of bash scripts.
Project
file1.py
file2.py
file3.sh
file4.sh
file5.sh
gradle/wrapper
build.gradle
gradlew
gradlew.bat
gradle.properties
Need some guidance/help in writing build.gradle
Thanks in advance