Skip to content

Commit

Permalink
removed custom kotlin app bindings uri from kotlin app template
Browse files Browse the repository at this point in the history
  • Loading branch information
krisbitney committed Aug 28, 2023
1 parent 1f31476 commit ea464be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/templates/app/kotlin/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ tasks.register<com.github.gradle.node.npm.task.NpxTask>("codegen") {
command.set("polywrap")
args.set(listOf("codegen",
"-m", "$rootDir/polywrap.yaml",
"-g", "$projectDir/src/main/java/wrap",
"-b", "ipfs/QmWM6KBdmz8VztBGwXHEx9PJQVZqkwJpBrrVAiRhCgaHjv"
"-g", "$projectDir/src/main/java/wrap"
))
}

Expand Down

0 comments on commit ea464be

Please sign in to comment.