spring-gradle-plugins / javadoc-plugin

4 stars 3 forks source link

Replace Kotlin test code with vanilla Java #7

Closed philwebb closed 4 years ago

philwebb commented 4 years ago

Currently the project uses Kotlin for test code. This adds an additional barrier for those of us that aren't that familiar with the language, or don't have an IDE to hand with the appropriate plugins configured.

It doesn't appear that too many Kotlin features are being used, so this PR attempts to replace the Kotlin code with vanilla Java.

rwinch commented 4 years ago

I actually strongly prefer Kotlin code for the testing, but can see your points. This has been merged into master

philwebb commented 4 years ago

Thanks!