File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,15 @@ dependencies {
2121
2222 implementation ( group = " com.aayushatharva.brotli4j" , name = " brotli4j" , version = " 1.16.0" )
2323 runtimeOnly ( group = " com.aayushatharva.brotli4j" , name = " native-windows-x86_64" , version = " 1.16.0" )
24+ runtimeOnly ( group = " com.aayushatharva.brotli4j" , name = " native-windows-aarch64" , version = " 1.16.0" )
2425 runtimeOnly ( group = " com.aayushatharva.brotli4j" , name = " native-linux-x86_64" , version = " 1.16.0" )
2526 runtimeOnly ( group = " com.aayushatharva.brotli4j" , name = " native-linux-aarch64" , version = " 1.16.0" )
27+ runtimeOnly ( group = " com.aayushatharva.brotli4j" , name = " native-linux-armv7" , version = " 1.16.0" )
28+ runtimeOnly ( group = " com.aayushatharva.brotli4j" , name = " native-linux-ppc64le" , version = " 1.16.0" )
29+ runtimeOnly ( group = " com.aayushatharva.brotli4j" , name = " native-linux-riscv64" , version = " 1.16.0" )
30+ runtimeOnly ( group = " com.aayushatharva.brotli4j" , name = " native-linux-s390x" , version = " 1.16.0" )
2631 runtimeOnly ( group = " com.aayushatharva.brotli4j" , name = " native-osx-x86_64" , version = " 1.16.0" )
32+ runtimeOnly ( group = " com.aayushatharva.brotli4j" , name = " native-osx-aarch64" , version = " 1.16.0" )
2733}
2834
2935tasks.shadowJar {
You can’t perform that action at this time.
0 commit comments