-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing plugins #3
Comments
fniephaus
pushed a commit
that referenced
this issue
Jan 14, 2019
* Implement SqueakSSL primitives (#3) * Cleanups and improvements for SqueakSSL project * Add .mx cache to .gitignore * Set Java compliance property to '8+' This fixes the following behavior: When trying to reproduce a test failure which occurred on JDK 11 only, I set JAVA_HOME accordingly and ran "mx unittest". However, test discovery yielded no tests, because no modules where found that fit the Java version (given the previous configuration value of '1.8'). Also, when having building with both JDK 8 and 11 on CI, '8+' is likely the logical compliance value that fits the project setup best.
fniephaus
added a commit
that referenced
this issue
Feb 8, 2019
fniephaus
added a commit
that referenced
this issue
Feb 8, 2019
fniephaus
added a commit
that referenced
this issue
Feb 8, 2019
fniephaus
added a commit
that referenced
this issue
Feb 8, 2019
Closing this in favor of individual issues... |
fniephaus
added a commit
that referenced
this issue
Jun 1, 2020
using javax.imageio.ImageIO. An use simpler color model (with alpha = 1.0) when wrapping form bitmaps in BufferedImages.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
...
The text was updated successfully, but these errors were encountered: