-
Notifications
You must be signed in to change notification settings - Fork 1
Use snapshot dependencies #126
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
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Codecov Report
@@ Coverage Diff @@
## dev #126 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 25 25
Lines 1512 1512
Branches 236 236
=====================================
Misses 1512 1512 Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
# Workaround for splotless with java 17 | ||
org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \ | ||
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \ | ||
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \ | ||
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \ | ||
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is only a workaround and shall be fixed with #130
to comply with latest API
This comment has been minimized.
This comment has been minimized.
1 similar comment
Also removes the deprecated Java implementation. It can be found in this archive branch. |
Resolves #125
Is currently block by failing CI pipeline (and thus missing snapshot deployment) in PowerSystemUtils (ie3-institute/PowerSystemUtils#205 and ie3-institute/PowerSystemUtils#207)