mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-07 23:54:25 +02:00
build: package the Java sources
This commit is contained in:
parent
5ba0b47e60
commit
37abb2db99
@ -33,6 +33,10 @@ tasks {
|
|||||||
|
|
||||||
kotlin { jvmToolchain(11) }
|
kotlin { jvmToolchain(11) }
|
||||||
|
|
||||||
|
java {
|
||||||
|
withSourcesJar()
|
||||||
|
}
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user