Skip to content

Commit

Permalink
Remove JCIP annotations from jsr-305
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdebsk committed Jul 30, 2024
1 parent 01d36fc commit 16437e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions project/guice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
[arg line="-s -i -a ."/]
[arg line="-p ^com.google.common.annotations."/]
[arg line="-p ^com.google.errorprone.annotations."/]
[arg line="-p ^javax.annotation.concurrent."/]
[/exec]
</run>
</ant>
Expand Down
3 changes: 2 additions & 1 deletion project/jsr-305.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<project>
<licensing>
<tag>BSD-3-Clause AND CC-BY-2.5</tag>
<tag>BSD-3-Clause</tag>
</licensing>
<module>
<build>
<compiler>
<addSourceRoot>ri/src/main/java</addSourceRoot>
<excludeSourceMatching>/concurrent/</excludeSourceMatching>
</compiler>
</build>
</module>
Expand Down

0 comments on commit 16437e4

Please sign in to comment.