Skip to content

Commit

Permalink
ci(backend): with uses of gradle
Browse files Browse the repository at this point in the history
 - gradle build
  • Loading branch information
xtiannyeto committed Jun 13, 2024
1 parent e8c520c commit 58c21d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
architecture: x64

- if: matrix.language == 'java'
name: Build with Maven
name: Build with Gradle
uses: gradle/gradle-build-action@v3
run: ./gradlew clean build

# ℹ️ Command-line programs to run using the OS shell.
Expand Down

0 comments on commit 58c21d3

Please sign in to comment.