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

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