Skip to content

Commit

Permalink
Use Github Actions built-in Gradle 5.6.2
Browse files Browse the repository at this point in the history
Github Actions virtual environments all include
a pre-installed Gradle that is 5.6 or later, so
we can just build with it without using the wrapper.
  • Loading branch information
msgilligan committed Oct 2, 2019
1 parent 6fde842 commit b98af10
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 295 deletions.
2 changes: 1 addition & 1 deletion .github/workflow/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: Build with Gradle
run: ./gradlew build --stacktrace
run: gradle build --stacktrace
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
target
build
.gradle
gradlew
gradlew.bat
gradle/wrapper
.project
.classpath
.settings
Expand Down
Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 0 additions & 6 deletions gradle/wrapper/gradle-wrapper.properties

This file was deleted.

188 changes: 0 additions & 188 deletions gradlew

This file was deleted.

100 changes: 0 additions & 100 deletions gradlew.bat

This file was deleted.

0 comments on commit b98af10

Please sign in to comment.