-
Notifications
You must be signed in to change notification settings - Fork 82
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
1 parent
84517f8
commit 57532c4
Showing
1 changed file
with
3 additions
and
11 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 |
---|---|---|
|
@@ -62,19 +62,11 @@ jobs: | |
- name: Check Out Code | ||
uses: actions/checkout@v2 | ||
|
||
- name: Set up JDK 11 | ||
uses: actions/setup-java@v1 | ||
- name: Set up JDK and Gradle on Windows | ||
uses: actions/setup-java@v2 | ||
with: | ||
java-version: 11 | ||
|
||
- name: Grant execute permission for gradlew | ||
run: | | ||
gradlew.bat | ||
echo "gradlew.bat granted execute permission" | ||
- name: Build with Gradle | ||
run: | | ||
gradlew.bat build -x test | ||
distribution: 'adopt' # Specify the distribution, e.g., 'adopt', '[email protected]', etc. | ||
|
||
- name: Run JUnit Tests on Windows | ||
run: | | ||
|