Skip to content

Commit 6a6511a

Browse files
committed
update
1 parent 327a36d commit 6a6511a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contract-typespec/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def typeSpecs = ["api"]
3232

3333
typeSpecs.each { spec ->
3434

35-
def tspPath = "\\tsp --output-dir=${project.layout.buildDirectory.get()}/tsp/${spec} compile .\\"
35+
def tspPath = "tsp --output-dir=${project.layout.buildDirectory.get()}/tsp/${spec} compile .\\"
3636

3737
tasks.register("installDependencies_${spec}", NpmTask) {
3838
group = 'build'

0 commit comments

Comments
 (0)