리눅스에서 SDKMAN을 이용한 gradle 설치
조회 855 · 댓글 0
$ sdk install gradle 7.4.2
Downloading: gradle 7.4.2
In progress...
################################################################################################################# 100.0%
Installing: gradle 7.4.2
Done installing!
Setting gradle 7.4.2 as default.
$ gradle
Welcome to Gradle 7.4.2!
Here are the highlights of this release:
- Aggregated test and JaCoCo reports
- Marking additional test source directories as tests in IntelliJ
- Support for Adoptium JDKs in Java toolchains
For more details see https://docs.gradle.org/7.4.2/release-notes.html
Starting a Gradle Daemon (subsequent builds will be faster)
....
Downloading: gradle 7.4.2
In progress...
################################################################################################################# 100.0%
Installing: gradle 7.4.2
Done installing!
Setting gradle 7.4.2 as default.
$ gradle
Welcome to Gradle 7.4.2!
Here are the highlights of this release:
- Aggregated test and JaCoCo reports
- Marking additional test source directories as tests in IntelliJ
- Support for Adoptium JDKs in Java toolchains
For more details see https://docs.gradle.org/7.4.2/release-notes.html
Starting a Gradle Daemon (subsequent builds will be faster)
....
로그인 후 답글을 남길 수 있습니다.