File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
pull_request :
4
4
branches :
5
5
- master
6
- - " 2.17 "
6
+ - " 2.18 "
7
7
8
- permissions : {}
8
+ permissions :
9
+ contents : read
9
10
10
11
concurrency :
11
12
group : ${{ github.workflow }} @ ${{ github.ref }}
Original file line number Diff line number Diff line change 55
55
- name : Extract project Maven version
56
56
id : projectVersion
57
57
if : ${{ !matrix.is_windows }}
58
- run : echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.3.0 :evaluate -DforceStdout -Dexpression=project.version -q)" >> $GITHUB_OUTPUT
58
+ run : echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.4.1 :evaluate -DforceStdout -Dexpression=project.version -q)" >> $GITHUB_OUTPUT
59
59
- name : Verify Android SDK Compatibility
60
60
if : ${{ matrix.release_build }}
61
61
run : ./mvnw -B -q -ff -ntp -DskipTests animal-sniffer:check
You can’t perform that action at this time.
0 commit comments