Skip to content

(doc) Project skeleton and build infrastructure. #1

@hastebrot

Description

@hastebrot

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions