Fix the CI & update the build#238
Merged
Merged
Conversation
Rename .mill.scala build files to .mill as required by Mill 1.1.x, and update Sonatype publish types to use mill.javalib.publish APIs. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
tgodzik
reviewed
Jun 23, 2026
tgodzik
left a comment
Member
There was a problem hiding this comment.
Looks like the new plugin is not working well either:
Error: Classes that should be initialized at run time got initialized during image building:
org.bouncycastle.crypto.macs.HMac was unintentionally initialized at build time. To see why org.bouncycastle.crypto.macs.HMac got initialized use --trace-class-initialization=org.bouncycastle.crypto.macs.HMac
org.bouncycastle.crypto.CryptoServicesRegistrar was unintentionally initialized at build time. To see why org.bouncycastle.crypto.CryptoServicesRegistrar got initialized use --trace-class-initialization=org.bouncycastle.crypto.CryptoServicesRegistrar
------------------------------------------------------------------------------------------------------------------------
org.bouncycastle.util.Strings was unintentionally initialized at build time. To see why org.bouncycastle.util.Strings got initialized use --trace-class-initialization=org.bouncycastle.util.Strings
org.bouncycastle.util.Properties was unintentionally initialized at build time. To see why org.bouncycastle.util.Properties got initialized use --trace-class-initialization=org.bouncycastle.util.Properties
To see how the classes got initialized, use --trace-class-initialization=org.bouncycastle.crypto.macs.HMac,org.bouncycastle.crypto.CryptoServicesRegistrar,org.bouncycastle.util.Strings,org.bouncycastle.util.Properties
1.1s (3.2% of total time) in 21 GCs | Peak RSS: 2.97GB | CPU load: 3.44
========================================================================================================================
Failed generating 'output' after 32.6s.
Error: Use -H:+ReportExceptionStackTraces to print stacktrace of underlying exception
Error: Image build request failed with exit status 1
Gedochao
marked this pull request as draft
June 23, 2026 10:43
Gedochao
force-pushed
the
maintainance/fix-build
branch
from
June 23, 2026 10:54
6182229 to
885cb92
Compare
Gedochao
force-pushed
the
maintainance/fix-build
branch
from
June 23, 2026 10:58
885cb92 to
5994a05
Compare
Author
|
Not so much the matter of the plugin, as a bouncycastle incompatibility. |
Gedochao
marked this pull request as ready for review
June 23, 2026 11:04
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mill 1.0.6 => 1.1.7
mill-native-image&mill-native-image-upload0.2.4 => 0.2.6coursier 2.1.25-M23 => 2.1.25-M25
This ought to fix the CI on Windows