You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
I was looking for a simple example project I could use as a template for a small kotlin + Gradle project. This repo looks exactly what I wanted. However, all the versions look super outdated. For instance, gradle/hello-world is on kotlin 1.3.10 and gradle 4.10.2.
I was thinking about sending a PR to fix that example, but I wasn't sure if you wanted to keep all examples in the same versions. Also, I imagine it's time-consuming to upgrade all of them.
Do you have a process to upgrade dependencies?
Should I send a PR and upgrade one project at a time or one big PR?
Is there a way to make this less painful?
Also, I noticed there's no CI enabled. Is there a process to validate example projects are not broken?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was looking for a simple example project I could use as a template for a small kotlin + Gradle project. This repo looks exactly what I wanted. However, all the versions look super outdated. For instance,
gradle/hello-world
is on kotlin1.3.10
and gradle4.10.2
.I was thinking about sending a PR to fix that example, but I wasn't sure if you wanted to keep all examples in the same versions. Also, I imagine it's time-consuming to upgrade all of them.
Also, I noticed there's no CI enabled. Is there a process to validate example projects are not broken?
The text was updated successfully, but these errors were encountered: