mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-04-29 22:04:25 +02:00
remove fatJar
This commit is contained in:
parent
848125724b
commit
98545e3699
@ -53,7 +53,7 @@ dependencies {
|
|||||||
```ShellSession
|
```ShellSession
|
||||||
git clone https://github.com/REAndroid/ARSCLib.git
|
git clone https://github.com/REAndroid/ARSCLib.git
|
||||||
cd ARSCLib
|
cd ARSCLib
|
||||||
./gradlew fatJar
|
./gradlew jar
|
||||||
# Built jar will be placed ./build/libs/ARSCLib-x.x.x.jar
|
# Built jar will be placed ./build/libs/ARSCLib-x.x.x.jar
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -40,9 +40,5 @@ jar {
|
|||||||
exclude('com/reandroid/test/**')
|
exclude('com/reandroid/test/**')
|
||||||
}
|
}
|
||||||
|
|
||||||
task fatJar(type: Jar) {
|
|
||||||
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
|
|
||||||
with jar
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user