WSLでgradleを使う

環境

  • Surface Pro X
  • Microsoft Windows Home
  • WSL1

Gradle のインストール

2020/3/12 現在で v6.2.2。

  • apt リポジトリを追加
  • インストール
    で使えます。

apt install

インストールは下記3行。JDK はインストール済みであること。

# リポジトリを追加  
sudo add-apt-repository ppa:cwchien/gradle  
# リスト更新  
sudo apt-get update  
# インストール実行  
sudo apt-get install gradle-ppa -y  

バージョン確認

インストール後、ターミナルからgradle -v すると、ARM 版の6.2.2がインストールされたことがわかります。

Welcome to Gradle 6.2.2!  

Here are the highlights of this release:  
 - Dependency checksum and signature verification  
 - Shareable read-only dependency cache  
 - Documentation links in deprecation messages  

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


------------------------------------------------------------  
Gradle 6.2.2  
------------------------------------------------------------  

Build time:   2020-03-04 08:49:31 UTC  
Revision:     7d0bf6dcb46c143bcc3b7a0fa40a8e5ca28e5856  

Kotlin:       1.3.61  
Groovy:       2.5.8  
Ant:          Apache Ant(TM) version 1.10.7 compiled on September 1 2019  
JVM:          11.0.6 (Ubuntu 11.0.6+10-post-Ubuntu-1ubuntu118.04.1)  
OS:           Linux 4.4.0-18362-Microsoft aarch64  

上記のログが出れば完成です!

Subscribe to 猫好きが猫以外のことも書く

Don’t miss out on the latest issues. Sign up now to get access to the library of members-only issues.
jamie@example.com
Subscribe