Vertispan / jsinterop-ts-defs

Ingests jsinterop-annotated Java and generates TypeScript definitions
Apache License 2.0
7 stars 3 forks source link

Support standard doclet flags, so that this is usable under Gradle #84

Closed niloc132 closed 11 months ago

niloc132 commented 11 months ago

Fixes #83

vegegoku commented 11 months ago

The build fails due to some transitive dependency changes in the dtslint module, it seems the last working version with our repository is 0.0.182 while latest is 0.0.184

We can avoid the error by fixing the version in the pom.xml here

should become

<arguments>install --prefix ${project.build.directory}/test-classes --save-dev @definitelytyped/dtslint@0.0.182 typescript</arguments>