-
Notifications
You must be signed in to change notification settings - Fork 451
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
Change more Gradle config and GitHub Actions workflows #2544
Conversation
echo "$(cat gradle.properties | grep projects.version | cut -d'=' -f2) MingwX64 deployed!" | ||
|
||
- name: Stop Gradle daemons | ||
run: ./gradlew --stop |
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 was to fix the cache issue? Is there any link you can reference? Curious about the technical details :p
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.
I think it was a workaround in the issue filed in the Cache repo, this one actions/cache#454.
Not sure why, I guess the daemon blocks the access to those folders and then it fails, similar what you get in local when you run a lot of Gradle tasks over the same project.
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 update @JavierSegoviaCordoba!
@@ -26,6 +26,12 @@ pluginManagement { | |||
} | |||
|
|||
dependencyResolutionManagement { | |||
versionCatalogs { |
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.
🥳
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.
👏 👏 👏 amazing work @JavierSegoviaCordoba thank you!!
@JavierSegoviaCordoba looking at the Github Actions times, it looks like we can collapse the split between |
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 @JavierSegoviaCordoba , looks great!
- Migrate more files to `kts` - Use Version Catalogs in all projects - Rename some Gradle properties in multiple `gradle.properties` files - Change and improve GitHub Actions workflows
02c3eb0
to
633e1aa
Compare
Changed to run all apple targets in the same job |
kts
gradle.properties
files