-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add libs.versions.toml version library #81
Conversation
set jdk distribution to temurin
android build tools 33.0.0 -> 34.0.0 skiko 0.7.26 -> 0.7.72 webpackCli 4.10.0 -> 5.1.4 node 16.0.0 -> 16.13.0
kotlin-dsl gradle-plugin 1.8.20 -> 1.9.0 These can be hard to miss when versioning in the Version.kt file so I add a note there
Need to set optin on ComposeWindow.kt on MacOS and set JVM to 17
replacing android
replaces buildSrc
Needed to remove `binaries.executable()` from js block in viewmodel and todo sample.
not sure if this will work on the CI
window resize now handled by ComposeWindow.js.kt
--no-daemon Is faster when running only one gradle command but probably slower when running subsequent commands. I could be wrong though. --no-parallel slows down builds on a 3 core mac on GitHub
and remove extra jupiter library references
Performing static analysis on a separate linux machine to reduce cost. Only starts the mac machine if static validation passes. Results from validations and tests are stored. Looks like release and debug versions of things were being run so setting to the Release variants of assemble and test.
Sonatype Lift is retiringSonatype Lift will be retiring on Sep 12, 2023, with its analysis stopping on Aug 12, 2023. We understand that this news may come as a disappointment, and Sonatype is committed to helping you transition off it seamlessly. If you’d like to retain your data, please export your issues from the web console. |
fixing a merge error
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.
Thanks for the PR! LGTM!
Implements a version library.
Changes to the GitHub Actions CI configuration.
I believe it will now be faster and lower cost but it's possible that there are side effects I'm not aware of.
Now uploads reports from lint and testing
https://github.com/SquidTooth/PreCompose/actions/runs/5722641066
closes #79