Skip to content

Commit

Permalink
testing the build changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
godaridillibabu authored and godaridillibabu committed Dec 13, 2024
1 parent 176a562 commit 6ecd150
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,21 @@ jobs:
with:
show-progress: false
fetch-depth: 0

# Step to set up JDK
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
cache: gradle

# Step to set up gradle.properties
- name: Set up gradle.properties
run: |
echo "skipSigning=false" >> gradle.properties
# Step to run Gradle build
- name: Gradle Build
run: ./gradlew build
run: ./gradlew build

2 changes: 1 addition & 1 deletion gradle.properties.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skipSigning=false
#skipSigning=false
#signing.keyId=KEYID
#signing.password=KEY_PASSWORD
#signing.secretKeyRingFile=KEY_PATH
Expand Down

0 comments on commit 6ecd150

Please sign in to comment.