Skip to content

Commit 960b91c

Browse files
committed
Merge branch '2.13' into 2.14
2 parents fd26095 + 354ad59 commit 960b91c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
- name: Extract project Maven version
5050
id: projectVersion
5151
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
5255
- name: Deploy snapshot
5356
if: github.event_name != 'pull_request' && matrix.java_version == '8' && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT')
5457
env:

0 commit comments

Comments
 (0)