File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33 pull_request :
44 branches :
55 - master
6- - " 2.17 "
6+ - " 2.18 "
77
8- permissions : {}
8+ permissions :
9+ contents : read
910
1011concurrency :
1112 group : ${{ github.workflow }} @ ${{ github.ref }}
Original file line number Diff line number Diff line change 5555 - name : Extract project Maven version
5656 id : projectVersion
5757 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
5959 - name : Verify Android SDK Compatibility
6060 if : ${{ matrix.release_build }}
6161 run : ./mvnw -B -q -ff -ntp -DskipTests animal-sniffer:check
You can’t perform that action at this time.
0 commit comments