Skip to content

Commit 36b6b4c

Browse files
committed
try to force protobuf version
1 parent 22093cd commit 36b6b4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SequenceAnalysis/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import java.util.regex.Matcher
2222
configurations.all {
2323
resolutionStrategy {
2424
force "org.glassfish.jaxb:jaxb-runtime:${jaxbVersion}"
25+
force "com.google.protobuf:protobuf-java:${googleProtocolBufVersion}"
2526
}
2627
}
2728

0 commit comments

Comments
 (0)