lgrignon / jsweet-gradle-plugin

Brings the power of JSweet to Gradle
Apache License 2.0
17 stars 15 forks source link

Exposed javaCompilerExtraOptions transpiler configuration #36

Closed vorth closed 2 years ago

vorth commented 2 years ago

Also, I performed some cleanup / update tasks:

  1. added required settings.gradle (empty)
  2. replaced insecure HTTP repositories with HTTPS
  3. removed deprecated maven plugin
  4. changed source/targetCompatibility to "11"
  5. updated "compile" dependencies to the modern "implementation" type
  6. implemented a correct idiom for injection of Maven credentials
  7. added developer info to the README
vorth commented 2 years ago

Proposed fix for issue #35