-
Notifications
You must be signed in to change notification settings - Fork 10
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
currently ./test
script is broken
#349
Comments
did some investigation and I think this commit 78735d2 introduced it |
Duh! See #345... this "just" means there's Java >8 byte code somewhere. FYI I had to switch the 1st stage of the multi stage Dockerfile to Java 11 for Checkstyle which doesn't run on Java 8 anymore. But the ./test script uses the Dockerfile-local, so that change has nothing to do with this problem. The Gradle build has:
In one of yesterday's CLs I've moved that and more from allprojects to subprojects. Did that break it? Or did you do anything like change the primary alternate JDK on your PATH from Java 11 to Java 17 or something like that? I can further investigate this, probably... Monday or Tuesday night. |
found out what the problem is if I revert this: 78735d2#diff-49a96e7eea8a94af862798a45174e6ac43eb4f8b4bd40759b5da63ba31ec3ef7R24-L38 then it works again |
The question is why did you move it and what subprojects are effected by this change |
because to me it seemed "more logical" - but I clearly don't know what I'm doing... 😿
The wrong ones? LOL. -- Given that my plans for this lifetime do not include a Ph.D. in Gradleology anymore, let's just #352 and call this a day. |
Can't run the
./test
script on "develop" branch I get the following error:The text was updated successfully, but these errors were encountered: