mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-21 11:45:16 +01:00
Added task to generate sources jar
This commit is contained in:
parent
1a229750bf
commit
f741715a5a
@ -101,6 +101,10 @@ blossom {
|
||||
replaceToken("\${version}", project.version, "src/main/java/net/raphimc/viaproxy/ViaProxy.java")
|
||||
}
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
}
|
||||
|
||||
jar {
|
||||
dependsOn configurations.include
|
||||
from {
|
||||
|
Loading…
Reference in New Issue
Block a user