Skip to content

Commit a82e731

Browse files
committed
Updates CI/CD build configuration
1 parent faffef6 commit a82e731

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
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

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
@@ -98,8 +98,6 @@
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>

0 commit comments

Comments
 (0)