File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
" lib/*.tsp" ,
34
34
" dist/**" ,
35
35
" !dist/test/**" ,
36
- " target/azure-typespec -extension-jar-with-dependencies.jar"
36
+ " target/azure-cadl -extension-jar-with-dependencies.jar"
37
37
],
38
38
"peerDependencies" : {
39
39
"@typespec/compiler" : " ~0.41.0" ,
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export async function $onEmit(context: EmitContext<EmitterOptions>) {
88
88
const emitterOptions = JSON . stringify ( options ) ;
89
89
program . trace ( "typespec-java" , `Emitter options ${ emitterOptions } ` ) ;
90
90
91
- const jarFileName = resolvePath ( moduleRoot , "target" , "azure-typespec -extension-jar-with-dependencies.jar" ) ;
91
+ const jarFileName = resolvePath ( moduleRoot , "target" , "azure-cadl -extension-jar-with-dependencies.jar" ) ;
92
92
program . trace ( "typespec-java" , `Exec JAR ${ jarFileName } ` ) ;
93
93
94
94
try {
You can’t perform that action at this time.
0 commit comments