File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 88 steps :
99 - name : Checkout
1010 uses : actions/checkout@v4
11- - name : Set up JDK 21
11+ - name : Set up JDK 22
1212 uses : actions/setup-java@v1
1313 with :
14- java-version : 21
14+ java-version : 22
1515 - name : Install dependencies
1616 run : mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
1717 - name : Run tests and collect coverage
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
3- Copyright 2026 Google LLC
3+ Copyright 2020 Google LLC
44
55 Licensed under the Apache License, Version 2.0 (the "License");
66 you may not use this file except in compliance with the License.
9898 <arg >--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED</arg >
9999 <arg >-XDcompilePolicy=simple</arg >
100100 <arg >--should-stop=ifError=FLOW</arg >
101- <!-- Required when compiling on JDK 21 -->
102- <arg >-XDaddTypeAnnotationsToSymbol=true</arg >
103101 <arg >
104102 -Xplugin:ErrorProne -XepOpt:NullAway:AnnotatedPackages=${nullaway.annotatedPackages} -XepExcludedPaths:${nullaway.excludedPaths} -XepOpt:NullAway:JSpecifyMode=true -XepOpt:NullAway:CheckOptionalEmptiness=true
105103 </arg >
You can’t perform that action at this time.
0 commit comments