mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
build: package the Java sources
This commit is contained in:
parent
5ba0b47e60
commit
37abb2db99
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ tasks {
|
|||
|
||||
kotlin { jvmToolchain(11) }
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
}
|
||||
|
||||
publishing {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
|
|
Loading…
Reference in a new issue