Skip to content

Commit

Permalink
Update CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
XyperCode authored Nov 7, 2023
1 parent 4c41faa commit 3c1bfe4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ jobs:
docker:
- image: gradle:jdk8
steps:
- run:
name: Make 'gradlew' executable
command: chmod +x ./gradlew
- run:
name: Build Project
command: gradle clean build
command: ./gradlew clean build

workflows:
echo:
Expand Down

0 comments on commit 3c1bfe4

Please sign in to comment.