mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
gradle: fix generation of artifact configuration file
This commit is contained in:
parent
f64a715418
commit
eebc316029
|
@ -64,6 +64,7 @@ val configPath = project.layout.buildDirectory.dir("generated/sources/config")
|
|||
|
||||
val createConfig by tasks.registering {
|
||||
outputs.dir(configPath)
|
||||
inputs.property("version", project.version)
|
||||
val baseDir = configPath.get().asFile
|
||||
val jso = findArtifactCoordinates(":jso:core")
|
||||
val jsoApis = findArtifactCoordinates(":jso:apis")
|
||||
|
|
Loading…
Reference in New Issue
Block a user