Skip to content

Commit 31c37c8

Browse files
removing gradle build stuff and seeing if the wrapper can handle it
1 parent 9b04ffd commit 31c37c8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/codeql-advanced-security.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,6 @@
6262

6363
- run: touch local.properties
6464

65-
- name: chmod gradle
66-
run: chmod +x ./gradlew
67-
68-
- name: init gradle wrapper
69-
run: gradle wrapper
70-
71-
- name: chmod gradle again
72-
run: chmod +x ./gradlew
73-
74-
- name: run gradle again
75-
run: ./gradlew build
76-
7765

7866
- name: Perform CodeQL Analysis
7967
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)