1
0
mirror of https://github.com/jht5945/buildj.git synced 2025-12-29 18:30:05 +08:00

chore: merge

This commit is contained in:
2020-12-26 22:22:05 +08:00
3 changed files with 9 additions and 9 deletions

1
CNAME Normal file
View File

@@ -0,0 +1 @@
buildj.ruststack.org

View File

@@ -1,15 +1,15 @@
# buildj # buildj
buildj - java build tool buildj - java build tool, website: [https://buildj.ruststack.org/](https://buildj.ruststack.org/)
#### Install ## Install
``` ```
cargo install --git https://github.com/jht5945/buildj [--force] cargo install --git https://github.com/jht5945/buildj [--force]
``` ```
#### Usage ## Usage
Help: ### Help
``` ```
$ buildj ::: $ buildj :::
[INFO] buildj - version 0.1 [INFO] buildj - version 0.1
@@ -25,7 +25,7 @@ buildj :::gradle<version> ]--java<version>] - run gradle with assigne
buildj - run build, run assigned version builder tool buildj - run build, run assigned version builder tool
``` ```
Run Java: ### Run Java
``` ```
$ buildj :::java9 -version $ buildj :::java9 -version
[INFO] buildj - version 0.1 [INFO] buildj - version 0.1
@@ -50,7 +50,7 @@ Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.14.4", arch: "x86_64", family: "mac" OS name: "mac os x", version: "10.14.4", arch: "x86_64", family: "mac"
``` ```
Run Gradle: ### Run Gradle
``` ```
$ buildj :::gradle3.5.1 -version $ buildj :::gradle3.5.1 -version
[INFO] buildj - version 0.1 [INFO] buildj - version 0.1
@@ -127,6 +127,3 @@ Use xRuns in build:
``` ```
Command: `buildj ...pub` Command: `buildj ...pub`

2
_config.yml Normal file
View File

@@ -0,0 +1,2 @@
theme: jekyll-theme-slate
show_downloads: true