[JAVA] Installez Gradle sur Mac

Un mémorandum personnel pour l'installation de gradle sur votre Mac. Je pense qu'il est difficile d'oublier et d'installer le pot à chaque fois.

Appliquer la mise à jour

$ brew update

J'obtiens une erreur, alors je vais dégager comme écrit

$ brew untap homebrew/homebrew-dupes
$ brew untap homebrew/homebrew-x11

Installer gradle

$ brew install gradle

Incidemment maintenance

$ brew cleanup

Déplacer vers le répertoire souhaité

Accédez au répertoire contenant build.gradle etc.

Traitement initial

$ gradle

j'ai compris

Welcome to Gradle 5.4!

Here are the highlights of this release:
 - Run builds with JDK12
 - New API for Incremental Tasks
 - Updates to native projects, including Swift 5 support

For more details see https://docs.gradle.org/5.4/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)

> Task :help

Welcome to Gradle 5.4.

To run a build, run gradle  ...

To see a list of available tasks, run gradle tasks

To see a list of command-line options, run gradle --help

To see more detail about a task, run gradle help --task 

For troubleshooting, visit https://help.gradle.org

BUILD SUCCESSFUL in 12s
1 actionable task: 1 executed

Confirmer la tâche (ce n'est pas nécessaire)

$ gradle tasks
> Task :tasks

------------------------------------------------------------
Tasks runnable from root project
------------------------------------------------------------

Build tasks
-----------
assemble - Assembles the outputs of this project.
build - Assembles and tests this project.
buildDependents - Assembles and tests this project and all projects that depend on it.
buildNeeded - Assembles and tests this project and all projects it depends on.
classes - Assembles main classes.
clean - Deletes the build directory.
jar - Assembles a jar archive containing the main classes.
testClasses - Assembles test classes.

Build Setup tasks
-----------------
init - Initializes a new Gradle build.
wrapper - Generates Gradle wrapper files.

Documentation tasks
-------------------
javadoc - Generates Javadoc API documentation for the main source code.

Help tasks
----------
buildEnvironment - Displays all buildscript dependencies declared in root project 'ArtNet for Java'.
components - Displays the components produced by root project 'ArtNet for Java'. [incubating]
dependencies - Displays all dependencies declared in root project 'ArtNet for Java'.
dependencyInsight - Displays the insight into a specific dependency in root project 'ArtNet for Java'.
dependentComponents - Displays the dependent components of components in root project 'ArtNet for Java'. [incubating]
help - Displays a help message.
model - Displays the configuration model of root project 'ArtNet for Java'. [incubating]
projects - Displays the sub-projects of root project 'ArtNet for Java'.
properties - Displays the properties of root project 'ArtNet for Java'.
tasks - Displays the tasks runnable from root project 'ArtNet for Java'.

Verification tasks
------------------
check - Runs all checks.
test - Runs the unit tests.

Rules
-----
Pattern: clean: Cleans the output files of a task.
Pattern: build: Assembles the artifacts of a configuration.
Pattern: upload: Assembles and uploads the artifacts belonging to a configuration.

To see all tasks and more detail, run gradle tasks --all

To see more detail about a task, run gradle help --task 

BUILD SUCCESSFUL in 2s
1 actionable task: 1 executed

construire

$ gradle build
BUILD SUCCESSFUL in 21s
4 actionable tasks: 4 executed

En cas de succès, un fichier jar sera généré dans le répertoire build / libs. bonheur.

Recommended Posts

Installez Gradle sur Mac
Installez Java sur Mac
Installez openjdk11 sur Mac
Installez OpenJDK 8 sur mac
Installez Tomcat + eclipse sur Mac
Installer l'environnement de développement Java sur Mac
Lorsque la construction de Gradle s'arrête lors de l'importation sur Mac
Comment installer Eclipse (Photon) sur votre Mac
Les rails ne peuvent pas être installés sur Mac
Installez Corretto 8 sur Windows
Exécutez STS4 sur Mac
Installez OpenJDK sur macOS
Installez java et android-sdk sur Mac en utilisant homebrew
Installez Golang sur CentOS 8
Installez pyqt5 sur ubuntu
Installez Neo4j 4.1.3 sur centOS
Installez Docker sur Manjaro
Installez Vertica 10.0 sur CentOS 6.10
Installez Ruby sur Ubuntu 20.04
Installez Gradle sur ubuntu16.04
Erreur d'installation de Mac Rails
Installez PostgreSQL 12 sur Centos8
Installez lombok sur SpringToolSuite4
Installez SonarQube sur Mac et testez l'analyse des sources
Installez Python 3 sur CentOS 7
Installez kuromoji sur CentOS7
Installez PostGIS 2.5.5 sur CentOS7
Installez jpndistrict sur CentOS 7
Installez Redmine 4.1.1 sur CentOS 7
Installation de Smokeping sur CentOS7
Installez PostgreSQL 13 sur CentOS 7.5
[Ruby] puma ne peut pas être installé sur Mac [Rails, etc.]
Installez java et maven sur un nouveau mac en utilisant brew
Installez Eclipse sur Mac et traduisez-le en japonais
Jusqu'à la construction de Spring-Boot avec Eclipse sur Mac (version Gradle)
Comment installer Gradle et Kotlin avec SDKMAN (Mac)
Installez ag (le chercheur d'argent) [sur CentOS / Ubuntu / Mac]
Installez Docker sur Raspberry Pi
Installez Docker sur Windows 10 PRO
Installez OpenJDK7 (JAVA) sur ubuntu 14.04
Installez Docker sur Ubuntu Server 20.04
Installez rbenv sur Amazon Linux
Installez l'agent zabbix (5.0) sur Ubuntu 18.04
Installation du proxy MAV sur Ubuntu 18.04
Installez Tomcat sur le VPS de Sakura
Installez OpenFOAM v2006 sur CentOS
Installez Java sur WSL Ubuntu 18.04
Installez Jenkins sur CentOS de Docker
Installez Ubuntu Desktop 20.10 sur RaspberryPi4
Installez Apache sur CentOS sur VirtualBox
Installer Rails sur macOS Catalina