File tree 3 files changed +6
-5
lines changed
gradle-plugin/gradle/wrapper
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,16 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@bc6bd473bfd218b1718cf9d88aa51c89cced7826e06508014f0aca5888938c77 # v4.2.1
18
- run : echo "The ${{ github.repository }} repo has been cloned to the runner
17
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
19
18
20
19
- name : Setup Java
21
- uses : actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
20
+ uses : gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2
22
21
with :
23
22
java-version : 11
24
23
distribution : temurin
25
24
26
25
- name : 🐘 Setup Gradle
27
- uses : gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2
26
+ uses : gradle/actions/setup-gradle@v4
28
27
29
28
- name : Build Gradle Plugin
30
- run : ./ gradle-plugin/gradlew -p gradle-plugin/ build
29
+ run : cd gradle-plugin/ && ./gradlew build
Original file line number Diff line number Diff line change @@ -262,6 +262,8 @@ local.properties
262
262
# Typically, this file would be tracked if it contains build/dependency configurations:
263
263
.project
264
264
265
+ # need gradle wrapper, and jar files are usually ignored
266
+ ! gradle-plugin /gradle /wrapper /gradle-wrapper.jar
265
267
# Gradle build directories
266
268
gradle-plugin /.gradle
267
269
gradle-plugin /build
You can’t perform that action at this time.
0 commit comments