Piotr KrzemiĆski
03/27/2025, 1:18 PMVampire
04/16/2025, 9:33 AMrefreshAfterWrite
instead of expireAfterWrite
for the cache?
âą (maybe combined with a size based eviction using maximumSize
that evicts LRU if max size is reached, softValues
is not usable as Aedile uses an AsyncCache
under the hood.)
âą Would it maybe make sense to also cache the maven-metadata.xml
generation now that using version ranges is a thing and not only Renovate and friends use it?LeoColman
04/16/2025, 4:41 PMLeoColman
04/16/2025, 10:27 PMPiotr KrzemiĆski
04/17/2025, 8:24 PMPiotr KrzemiĆski
04/29/2025, 5:23 PMPiotr KrzemiĆski
05/01/2025, 8:17 AMVampire
05/05/2025, 1:22 PM404 Not Found: GET - /org/jetbrains/kotlin/kotlin-stdlib/unspecified/kotlin-stdlib-unspecified.pom
on the binding server: https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-atomic-jvm/2.0.1/arrow-atomic-jvm-2.0.1.pomVampire
05/05/2025, 2:31 PMGetting action download info
Error: Missing download info for actions/checkout@v4
đPiotr KrzemiĆski
05/06/2025, 11:37 AMSebastian Schuberth
05/06/2025, 12:28 PMPiotr KrzemiĆski
05/07/2025, 4:14 AMVampire
05/10/2025, 2:02 PMktlint
just because ktlint-intellij-plugin
is not able or willing to properly program the integration is reverted.Vampire
05/11/2025, 10:48 AMval FOO by Contexts.env
, you end up with just FOO
instead of env.FOO
?Finja Hauschild
05/13/2025, 8:44 AMuses(
name = "SetupGradle",
action = ActionsSetupGradle()
)
I have no issues.
However, calling it like this:
uses(
name = "Run Gradle Checks",
action = ActionsSetupGradle(
arguments = ":test:testClasses ktlintCheck " +
"--stacktrace " +
"-Ptarget=Android " +
"-Pplatform=Local " +
"-PdeviceType=Virtual " +
"-Padjust.token=$ADJUST_TOKEN"
)
)
Results in me getting an error stating that I'm trying to use a private constructor. However, this only happened suddenly. I've had this exact same call in my workflow file for a longer time now and since about two weeks it throws this error but only in PRs. When I'm trying to create the yaml file from this locally it works.
Unfortunately, the repository is company internal đ
otherwise I would share the whole code or repository link with you.
The dependencies I use in the file are as follows:
@file:Repository("<https://repo.maven.apache.org/maven2/>")
@file:Repository("<https://bindings.krzeminski.it>")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.4.0")
@file:DependsOn("actions:checkout:v4")
@file:DependsOn("actions:setup-java:v4")
@file:DependsOn("gradle:actions__setup-gradle:v4")
@file:DependsOn("gradle:actions__wrapper-validation:v4")
Piotr KrzemiĆski
05/13/2025, 12:30 PMVampire
05/20/2025, 4:21 PM[main] INFO org.jetbrains.kotlin.org.apache.http.impl.execchain.RetryExec - I/O exception (org.jetbrains.kotlin.org.apache.http.NoHttpResponseException) caught when processing request to {s}-><https://bindings.krzeminski.it:443>: The target server failed to respond
when executing workflow scripts, both locally and on GitHub Actions.
They still work as in that condition it is retried and the 2. to 3. request is successful.
But there seems to be "some" issue still.Piotr KrzemiĆski
05/21/2025, 9:13 AMVampire
05/27/2025, 6:41 PMLeoColman
05/28/2025, 12:08 AMLeoColman
05/28/2025, 2:31 PMLeoColman
05/28/2025, 4:40 PMLeoColman
05/30/2025, 1:03 PMPiotr KrzemiĆski
06/01/2025, 3:55 PMPiotr KrzemiĆski
06/23/2025, 9:55 AMPiotr KrzemiĆski
06/24/2025, 3:28 PMLeoColman
06/25/2025, 1:25 PMPiotr KrzemiĆski
06/27/2025, 7:42 AMPiotr KrzemiĆski
07/04/2025, 11:08 AMLeoColman
07/15/2025, 10:37 PM