Add missing properties (#4649)

* Add missing properties

* oh no formatting
This commit is contained in:
키에르
2021-02-10 23:37:47 +09:00
committed by GitHub
parent 6498ce3c4f
commit e525d89e43

View File

@ -322,6 +322,10 @@ project(":core"){
classifier = 'sources'
from sourceSets.main.allSource
}
artifacts{
archives sourcesJar
}
dependencies{
compileJava.dependsOn(preGen)