Skip to content

Commit

Permalink
Use the correct target for the CI execution
Browse files Browse the repository at this point in the history
  • Loading branch information
0x8000-0000 committed Apr 13, 2020
1 parent c4ad87d commit 3caa47b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Test with Gradle
run: ./gradlew test
run: ./gradlew build
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'net.signbit.samx'
version '0.2.6'
version '0.2.7'

sourceCompatibility = 1.8

Expand Down

0 comments on commit 3caa47b

Please sign in to comment.