[JAVA] settings.gradle Japanese translation

Japanese translation of the comments in settings.gradle.

settings.gradle

This configuration file is a file generated by the gradle init task.

This configuration file is used to specify which projects to include at build time. When building a single project, leave this configuration file empty Or you may delete it.

Learn more about Gradle's multi-project build settings See user guide.

Use the `ʻinclude`` method to declare a project as part of a multi-project.

include 'shared'
include 'api'
include 'services:webservice'

rootProject.name = 'test'

Recommended Posts

settings.gradle Japanese translation
Gradle Japanese translation
build.gradle Japanese translation
Java Quickstart Japanese translation
gradle tasks Japanese translation
Docker Gradle Quick Reference Japanese Translation
Docker Desktop WSL 2 backend Japanese translation
[Introduction to Docker] Official Tutorial (Japanese translation)
Resilience4j document Japanese translation (unofficial) has been released
bitcoinj document Japanese translation: Working with the wallet (1)