We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d36fc commit 16437e4Copy full SHA for 16437e4
project/guice.xml
@@ -19,6 +19,7 @@
19
[arg line="-s -i -a ."/]
20
[arg line="-p ^com.google.common.annotations."/]
21
[arg line="-p ^com.google.errorprone.annotations."/]
22
+ [arg line="-p ^javax.annotation.concurrent."/]
23
[/exec]
24
</run>
25
</ant>
project/jsr-305.xml
@@ -1,11 +1,12 @@
1
<project>
2
<licensing>
3
- <tag>BSD-3-Clause AND CC-BY-2.5</tag>
+ <tag>BSD-3-Clause</tag>
4
</licensing>
5
<module>
6
<build>
7
<compiler>
8
<addSourceRoot>ri/src/main/java</addSourceRoot>
9
+ <excludeSourceMatching>/concurrent/</excludeSourceMatching>
10
</compiler>
11
</build>
12
</module>
0 commit comments