playframework / play-file-watch

This is the Play File Watch library
Apache License 2.0
14 stars 18 forks source link

Migrate to pure Java implementation #242

Closed ihostage closed 11 months ago

ihostage commented 1 year ago

Main reason: minimize a dependencies tree for build tools (Gradle/Maven) plugins and independent of concrete Scala binary version.

mkurz commented 12 months ago

minimize a dependencies tree for build tools (Gradle/Maven) plugins

Is this pull request absolutely necessary to support gradle and maven?

ihostage commented 12 months ago

Is this pull request absolutely necessary to support gradle and maven?

Not necessary, but desirable. Maven/Gradle doesn't have a Scala in the building classpath by default like Sbt. And this will greatly simplify the work now and maintainability in the future.

mkurz commented 11 months ago

So finally looking at that... sorry

mkurz commented 11 months ago

I willl release a milestone now. If you want to change something please open another pull request. We can always do another milestone release :wink:

mkurz commented 11 months ago

:rocket: https://repo1.maven.org/maven2/org/playframework/play-file-watch/

ihostage commented 11 months ago

Thank you, Matthias! 👍 Here we go 🚀

PS: I read all your comments, sorry for mistake with Supplier.