generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
minh.tran
committed
Jul 7, 2021
1 parent
a3a9d49
commit 35f9926
Showing
1 changed file
with
35 additions
and
35 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 |
---|---|---|
|
@@ -50,18 +50,18 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
# Cache Gradle dependencies | ||
# - name: Setup Gradle Dependencies Cache | ||
# uses: actions/[email protected] | ||
# with: | ||
# path: ~/.gradle/caches | ||
# key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }} | ||
- name: Setup Gradle Dependencies Cache | ||
uses: actions/[email protected] | ||
with: | ||
path: ~/.gradle/caches | ||
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }} | ||
|
||
# Cache Gradle Wrapper | ||
# - name: Setup Gradle Wrapper Cache | ||
# uses: actions/[email protected] | ||
# with: | ||
# path: ~/.gradle/wrapper | ||
# key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} | ||
- name: Setup Gradle Wrapper Cache | ||
uses: actions/[email protected] | ||
with: | ||
path: ~/.gradle/wrapper | ||
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} | ||
|
||
# Run detekt, ktlint and tests | ||
- name: Run Linters and Test | ||
|
@@ -96,18 +96,18 @@ jobs: | |
uses: actions/checkout@v2 | ||
|
||
# Cache Gradle Dependencies | ||
# - name: Setup Gradle Dependencies Cache | ||
# uses: actions/[email protected] | ||
# with: | ||
# path: ~/.gradle/caches | ||
# key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }} | ||
- name: Setup Gradle Dependencies Cache | ||
uses: actions/[email protected] | ||
with: | ||
path: ~/.gradle/caches | ||
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }} | ||
|
||
# Cache Gradle Wrapper | ||
# - name: Setup Gradle Wrapper Cache | ||
# uses: actions/[email protected] | ||
# with: | ||
# path: ~/.gradle/wrapper | ||
# key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} | ||
- name: Setup Gradle Wrapper Cache | ||
uses: actions/[email protected] | ||
with: | ||
path: ~/.gradle/wrapper | ||
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} | ||
|
||
# Set environment variables | ||
- name: Export Properties | ||
|
@@ -159,18 +159,18 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
# Cache Gradle Dependencies | ||
# - name: Setup Gradle Dependencies Cache | ||
# uses: actions/[email protected] | ||
# with: | ||
# path: ~/.gradle/caches | ||
# key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }} | ||
- name: Setup Gradle Dependencies Cache | ||
uses: actions/[email protected] | ||
with: | ||
path: ~/.gradle/caches | ||
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }} | ||
|
||
# Cache Gradle Wrapper | ||
# - name: Setup Gradle Wrapper Cache | ||
# uses: actions/[email protected] | ||
# with: | ||
# path: ~/.gradle/wrapper | ||
# key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} | ||
- name: Setup Gradle Wrapper Cache | ||
uses: actions/[email protected] | ||
with: | ||
path: ~/.gradle/wrapper | ||
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} | ||
|
||
# Set environment variables | ||
- name: Export Properties | ||
|
@@ -184,11 +184,11 @@ jobs: | |
echo "::set-output name=pluginVerifierHomeDir::~/.pluginVerifier" | ||
# Cache Plugin Verifier IDEs | ||
# - name: Setup Plugin Verifier IDEs Cache | ||
# uses: actions/[email protected] | ||
# with: | ||
# path: ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides | ||
# key: ${{ runner.os }}-plugin-verifier-${{ steps.properties.outputs.ideVersions }} | ||
- name: Setup Plugin Verifier IDEs Cache | ||
uses: actions/[email protected] | ||
with: | ||
path: ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides | ||
key: ${{ runner.os }}-plugin-verifier-${{ steps.properties.outputs.ideVersions }} | ||
|
||
# Run IntelliJ Plugin Verifier action using GitHub Action | ||
- name: Verify Plugin | ||
|