shapesecurity / shift-java

Shift format ECMAScript AST tooling
http://shift-ast.org/
Apache License 2.0
71 stars 25 forks source link

Gradle support for es2018? #253

Closed sengiv closed 4 years ago

sengiv commented 4 years ago

Gradle dependency for es2018 doesn't work compile group: 'com.shapesecurity', name: 'es2018'

michaelficarra commented 4 years ago

I believe "group" is supposed to be com.shapesecurity.shift. But es2018 hadn't yet been published. I'll do so as soon as #255 is merged.

michaelficarra commented 4 years ago

@sengiv It is published now. Thanks for the report!