lgrignon / jsweet-maven-plugin

JSweet maven plugin providing build and clean operations of JSweet sources
Apache License 2.0
18 stars 20 forks source link

Fix compilation with Java 13 or newer, handle "yield" #66

Closed kohlschuetter closed 1 year ago

kohlschuetter commented 1 year ago

"yield" is a new keyword since Java 13 (in certain situations only). Calling yield() is no longer supported.

Rename to Thread.yield() to permit building again.