Fix failureaccess
This commit is contained in:
parent
b50d6bf848
commit
ef73281634
@ -60,11 +60,9 @@ find . -name '*.jar' -delete
|
|||||||
%pom_remove_dep -r :j2objc-annotations
|
%pom_remove_dep -r :j2objc-annotations
|
||||||
%pom_remove_dep -r org.checkerframework:
|
%pom_remove_dep -r org.checkerframework:
|
||||||
%pom_remove_dep -r :listenablefuture
|
%pom_remove_dep -r :listenablefuture
|
||||||
|
%pom_remove_dep -r :failureaccess
|
||||||
|
|
||||||
%pom_xpath_inject pom:modules \
|
cp -r futures/failureaccess/src/com/google/common/util/concurrent/internal/ guava/src/com/google/common/
|
||||||
"<module>futures/failureaccess</module>"
|
|
||||||
|
|
||||||
%mvn_package "com.google.guava:failureaccess" guava
|
|
||||||
|
|
||||||
annotations=$(
|
annotations=$(
|
||||||
find -name '*.java' \
|
find -name '*.java' \
|
||||||
|
Loading…
Reference in New Issue
Block a user