-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Milestone
Description
Repository files
.gitignore
CHANGES.md
LICENSE.md
README.md
Build files
Root project:
build.gradle
: Configures basic tasks for build, clean, wrapper generation and version information.gradle.properties
: Sets versions for Java, Gradle, Kotlin, Geotools, JUnit, and other libraries.settings.gradle
: Sets root project name and discovers sub projects.
Sub projects:
projects/core/build.gradle
samples/proto/build.gradle
Generated directories and files:
.gradle/
: (excluded from repository).idea/
: (excluded from repository)build/
: (excluded from repository)gradle/
: Directory with wrapper binary.gradlew
: Command to execute wrapper on Linux and macOS.gradlew.bat
: Command to execute wrapper on Windows.
Build automation files
.travis.yml
- More: https://docs.travis-ci.com/user/deployment/releases/