We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4789ca1 commit d5bca8fCopy full SHA for d5bca8f
contract-typespec/build.gradle
@@ -1,5 +1,3 @@
1
-import java.nio.file.Paths
2
-
3
plugins {
4
id "java"
5
alias(libs.plugins.node.gradle)
@@ -34,7 +32,7 @@ def typeSpecs = ["api"]
34
32
35
33
typeSpecs.each { spec ->
36
37
- def tspPath = "tsp --output-dir=${Paths.get(project.layout.buildDirectory.get().asFile.absolutePath,"tsp",spec)} compile ."
+ def tspPath = "\\tsp --output-dir=${project.layout.buildDirectory.get()}/tsp/${spec} compile .\\"
38
39
tasks.register("installDependencies_${spec}", NpmTask) {
40
group = 'build'
0 commit comments