Skip to content

Commit d5bca8f

Browse files
committed
Revert
1 parent 4789ca1 commit d5bca8f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

contract-typespec/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import java.nio.file.Paths
2-
31
plugins {
42
id "java"
53
alias(libs.plugins.node.gradle)
@@ -34,7 +32,7 @@ def typeSpecs = ["api"]
3432

3533
typeSpecs.each { spec ->
3634

37-
def tspPath = "tsp --output-dir=${Paths.get(project.layout.buildDirectory.get().asFile.absolutePath,"tsp",spec)} compile ."
35+
def tspPath = "\\tsp --output-dir=${project.layout.buildDirectory.get()}/tsp/${spec} compile .\\"
3836

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

0 commit comments

Comments
 (0)