mirror of
https://github.com/konsoletyper/teavm.git
synced 2025-04-18 12:40:27 +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…
x
Reference in New Issue
Block a user