File tree 6 files changed +14
-9
lines changed
6 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ jobs:
21
21
epVersion : 2.14.0
22
22
- os : macos-latest
23
23
java : 11
24
- epVersion : 2.28 .0
24
+ epVersion : 2.29 .0
25
25
- os : ubuntu-latest
26
26
java : 11
27
- epVersion : 2.28 .0
27
+ epVersion : 2.29 .0
28
28
- os : windows-latest
29
29
java : 11
30
- epVersion : 2.28 .0
30
+ epVersion : 2.29 .0
31
31
- os : ubuntu-latest
32
32
java : 17
33
- epVersion : 2.28 .0
33
+ epVersion : 2.29 .0
34
34
fail-fast : false
35
35
runs-on : ${{ matrix.os }}
36
36
steps :
61
61
ORG_GRADLE_PROJECT_epApiVersion : ${{ matrix.epVersion }}
62
62
run : ./gradlew codeCoverageReport
63
63
continue-on-error : true
64
- if : runner.os == 'Linux' && matrix.java == '11' && matrix.epVersion == '2.28 .0' && github.repository == 'uber/NullAway'
64
+ if : runner.os == 'Linux' && matrix.java == '11' && matrix.epVersion == '2.29 .0' && github.repository == 'uber/NullAway'
65
65
- name : Upload coverage reports to Codecov
66
66
uses : codecov/codecov-action@v4
67
67
with :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import org.gradle.util.VersionNumber
19
19
// The oldest version of Error Prone that we support running on
20
20
def oldestErrorProneVersion = " 2.14.0"
21
21
// Latest released Error Prone version that we've tested with
22
- def latestErrorProneVersion = " 2.28 .0"
22
+ def latestErrorProneVersion = " 2.29 .0"
23
23
// Default to using latest tested Error Prone version
24
24
def defaultErrorProneVersion = latestErrorProneVersion
25
25
def errorProneVersionToCompileAgainst = defaultErrorProneVersion
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionSha256Sum =a4b4158601f8636cdeeab09bd76afb640030bb5b144aafe261a5e8af027dc612
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.8 -bin.zip
3
+ distributionSha256Sum =d725d707bfabd4dfdc958c624003b3c80accc03f7037b5122c4b1d0ef15cecab
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
5
5
networkTimeout =10000
6
6
validateDistributionUrl =true
7
7
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 15
15
# See the License for the specific language governing permissions and
16
16
# limitations under the License.
17
17
#
18
+ # SPDX-License-Identifier: Apache-2.0
19
+ #
18
20
19
21
# #############################################################################
20
22
#
84
86
# shellcheck disable=SC2034
85
87
APP_BASE_NAME=${0##*/ }
86
88
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
87
- APP_HOME=$( cd " ${APP_HOME:- ./ } " > /dev/null && pwd -P ) || exit
89
+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90
+ ' " $PWD " ) || exit
88
91
89
92
# Use the maximum available, or set MAX_FD != -1 to use that value.
90
93
MAX_FD=maximum
Original file line number Diff line number Diff line change 13
13
@ rem See the License for the specific language governing permissions and
14
14
@ rem limitations under the License.
15
15
@ rem
16
+ @ rem SPDX-License-Identifier: Apache-2.0
17
+ @ rem
16
18
17
19
@ if " %DEBUG% " == " " @ echo off
18
20
@ rem ##########################################################################
You can’t perform that action at this time.
0 commit comments