Skip to content

Conversation

@rbri
Copy link
Collaborator

@rbri rbri commented Jun 1, 2025

was no longer able to build with with jdk 11

  • revert org.gradle.toolchains.foojay-resolver-convention to version 0.10.0 because 1.0.0 requires jdk 17
  • small tweak to build.gradle to make the jdk 11 check work on my maschine

systemProperty 'test262properties', System.getProperty('test262properties')
if (System.getProperty('updateTest262properties') != null) {
if (System.getenv("RHINO_TEST_JAVA_VERSION") != "11") {
if ("11".equals(System.getenv("RHINO_TEST_JAVA_VERSION"))) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing a ! here ? The new condition seems to being doing the opposite of the original one

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:-) omg
will check that tomorrow....

@gbrail
Copy link
Collaborator

gbrail commented Jun 1, 2025

Could you show me an error message or something? The CI jobs all build on Java 11, 17, and 21, and should have caught this, so I'd like to understand why it's different for you.

@rbri
Copy link
Collaborator Author

rbri commented Jun 3, 2025

will work on this after my vacation

@rbri rbri marked this pull request as draft June 3, 2025 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants