-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement SqueakSSL Primitives (#16)
* 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.
- Loading branch information
Showing
9 changed files
with
1,283 additions
and
255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ coverage | |
env | ||
images | ||
jacoco.exec | ||
.mx | ||
mx | ||
mxbuild | ||
workingsets.xml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.