Skip to content
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

Merged
merged 27 commits into from
Aug 1, 2023

Conversation

TheronRogers
Copy link
Contributor

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

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
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
Copy link

sonatype-lift bot commented Aug 1, 2023

Sonatype Lift is retiring

Sonatype 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.
We are extremely grateful and thank you for your support over the years.

📖 Read about the impacts and timeline

Copy link
Owner

@Tlaster Tlaster left a 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!

@Tlaster Tlaster merged commit 80defb7 into Tlaster:master Aug 1, 2023
2 checks passed
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.

Switch from buildSrc to version library
2 participants