1
mirror of https://github.com/revanced/revanced-patcher synced 2024-11-27 18:13:37 +01:00

fix(gradle): publish source and javadocs

This commit is contained in:
Lucaskyy 2022-03-21 16:22:15 +01:00 committed by oSumAtrIX
parent 674461f08d
commit c236ebe078
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -1,5 +1,6 @@
plugins {
kotlin("jvm") version "1.6.10"
java
`maven-publish`
}
@ -27,6 +28,11 @@ tasks.test {
}
}
java {
withSourcesJar()
withJavadocJar()
}
publishing {
repositories {
maven {