-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #739 from crowdin/next-v4
feat: CLI v4
- Loading branch information
Showing
297 changed files
with
3,724 additions
and
3,328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ on: | |
- 'CONTRIBUTING.md' | ||
- 'LICENSE' | ||
pull_request: | ||
branches: [ 'main' ] | ||
branches: [ 'main', 'next-v4' ] | ||
|
||
jobs: | ||
build: | ||
|
@@ -20,12 +20,9 @@ jobs: | |
- uses: actions/setup-java@v4 | ||
with: | ||
distribution: temurin | ||
java-version: 8 | ||
java-version: 17 | ||
cache: 'gradle' | ||
|
||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3 | ||
|
||
- name: Execute Gradle build | ||
run: ./gradlew build | ||
|
||
|
@@ -55,12 +52,9 @@ jobs: | |
- uses: actions/setup-java@v4 | ||
with: | ||
distribution: temurin | ||
java-version: 8 | ||
java-version: 17 | ||
cache: 'gradle' | ||
|
||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3 | ||
|
||
- name: Run Tests | ||
run: ./gradlew test | ||
|
||
|
@@ -97,7 +91,7 @@ jobs: | |
- uses: actions/setup-java@v4 | ||
with: | ||
distribution: temurin | ||
java-version: 8 | ||
java-version: 17 | ||
cache: 'gradle' | ||
|
||
- name: Install asciidoctor and pandoc | ||
|
@@ -129,7 +123,7 @@ jobs: | |
- uses: actions/setup-java@v4 | ||
with: | ||
distribution: temurin | ||
java-version: 8 | ||
java-version: 17 | ||
cache: 'gradle' | ||
|
||
- name: Prepare distribution | ||
|
@@ -147,7 +141,7 @@ jobs: | |
|
||
- name: Build and install the package | ||
run: | | ||
sudo npm install --location=global [email protected].22 | ||
sudo npm install --location=global [email protected].43 | ||
npm install | ||
jdeploy install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,12 +30,9 @@ jobs: | |
- uses: actions/setup-java@v4 | ||
with: | ||
distribution: temurin | ||
java-version: 8 | ||
java-version: 17 | ||
cache: 'gradle' | ||
|
||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3 | ||
|
||
- name: Generate autocomplete script | ||
run: | | ||
./gradlew shadowJar | ||
|
@@ -87,7 +84,7 @@ jobs: | |
- uses: actions/setup-java@v4 | ||
with: | ||
distribution: temurin | ||
java-version: 8 | ||
java-version: 17 | ||
cache: 'gradle' | ||
|
||
- name: Generate autocomplete script | ||
|
@@ -110,7 +107,7 @@ jobs: | |
|
||
- name: Build and install the package | ||
run: | | ||
sudo npm install --location=global [email protected].22 | ||
sudo npm install --location=global [email protected].43 | ||
npm install | ||
jdeploy install | ||
mv build/libs/crowdin_completion jdeploy-bundle/crowdin_completion | ||
|
@@ -187,7 +184,7 @@ jobs: | |
|
||
- name: install local package | ||
run: | | ||
choco install jdk8 | ||
choco install temurin | ||
choco install crowdin-cli -s . -y | ||
- name: Choco publish | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.