We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd26095 + 354ad59 commit 960b91cCopy full SHA for 960b91c
.github/workflows/main.yml
@@ -49,6 +49,9 @@ jobs:
49
- name: Extract project Maven version
50
id: projectVersion
51
run: echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -DforceStdout -Dexpression=project.version -q)" >> $GITHUB_OUTPUT
52
+ - name: Verify Android SDK Compatibility
53
+ if: matrix.java_version == '8'
54
+ run: ./mvnw -B -q -ff -ntp -DskipTests animal-sniffer:check
55
- name: Deploy snapshot
56
if: github.event_name != 'pull_request' && matrix.java_version == '8' && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT')
57
env:
0 commit comments