We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73e41df + 1527374 commit 34c0e78Copy full SHA for 34c0e78
.github/workflows/downstream.yaml
@@ -1,7 +1,4 @@
1
on:
2
- push:
3
- branches:
4
- - main
5
pull_request:
6
# Changes to these directories do not directly affect the downstream libraries
7
paths-ignore:
java-core/pom.xml
@@ -64,7 +64,7 @@
64
</dependency>
65
<dependency>
66
<groupId>com.google.errorprone</groupId>
67
- <artifactId>error_prone_annotationsa</artifactId>
+ <artifactId>error_prone_annotations</artifactId>
68
<version>${errorprone.version}</version>
69
70
</dependencies>
0 commit comments