Make sourcejar actually contain sources in kommons-mc
This commit is contained in:
parent
ce2b463a85
commit
c96284e0e4
@ -34,6 +34,12 @@ tasks.jar {
|
||||
from(zipTree(project(":guava").tasks.jar.get().outputs.files.asPath))
|
||||
}
|
||||
|
||||
tasks.sourceJar {
|
||||
from(project(":").sourceSets.main.get().allSource)
|
||||
from(project(":gson").sourceSets.main.get().allSource)
|
||||
from(project(":guava").sourceSets.main.get().allSource)
|
||||
}
|
||||
|
||||
minecraft {
|
||||
mappings("official", "1.20.2")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user