Skip to content

Commit 4d58136

Browse files
author
Praharsh Jain
committed
custom build
1 parent 3f40d25 commit 4d58136

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/codeql-analysis.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353

5454
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5555
# If this step fails, then you should remove it and run the build manually (see below)
56-
- name: Autobuild
57-
uses: github/codeql-action/autobuild@v1
56+
#- name: Autobuild
57+
# uses: github/codeql-action/autobuild@v1
5858

5959
# ℹ️ Command-line programs to run using the OS shell.
6060
# 📚 https://git.io/JvXDl
@@ -63,9 +63,8 @@ jobs:
6363
# and modify them (or add more) to build your code if your project
6464
# uses a compiled language
6565

66-
#- run: |
67-
# make bootstrap
68-
# make release
66+
- run: |
67+
./gradlew
6968
7069
- name: Perform CodeQL Analysis
7170
uses: github/codeql-action/analyze@v1

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)