Alexis Tual
Alexis Tual
`com.gorylenko.GenerateGitPropertiesTask#getSource` should not be defined as a file input: - it causes the whole `.git` to be snapshotted (recursively) - some cache misses happen depending on where/how the project has...
DCOS 1.7 / Mesos-DNS v0.5.2 I have a DCOS service called myservice exposing 2 ports and from another container I need to retrieve these ports. I use this curl call...
This is a first step to avoid the hardcoded version. Next step would be to download the specified version but that requires more thinking.
Superseeds https://github.com/jenkinsci/gradle-plugin/pull/409 and https://github.com/jenkinsci/gradle-plugin/pull/411 This PR updates the injection of Develocity plugins and supports configuring both old Gradle Enterprise and new Develocity plugins. This is currently blocked until the final...
To reproduce on Windows, create a long file hiearchy for example : ``` C:\test\hahahahahahahahahaha\lalalalalalalalalala lalallalala\yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy\haha ha\qaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\asuperlongfilenameblablalblablablalbla.txt ``` Then try to upload the base folder "test" : ``` c:\>art upload...
Currently subsequent build involving Kotlin2JsCompile task will lead to Gradle cache misse(s) because `klib` files are not recognized as zip files by Gradle, see below: This will be solved with...
### Service(s) Update center ### Summary Our tests get the latest LTS by querying `https://updates.jenkins.io/stable/latest/jenkins.war`, it's been returning 404 for several weeks. ### Reproduction steps ``` ➜ ~ curl -L...
## Proposed Changes - Develocity Gradle Plugin version 4.0.2 outputs a slightly different Build Scan publication log message: `Publishing Build Scan...` instead of `Publishing build scan...`. This PRs adds the...
Have `org.apache.maven.api.services.DependencyResolver` raise `DependencyResolutionRequest` events
### New feature, improvement proposal It looks like the internal API `org.apache.maven.lifecycle.internal.LifecycleDependencyResolver#resolveProjectArtifacts` eventually raises `DependencyResolutionRequest` events, however the public api `org.apache.maven.api.services.DependencyResolver` does not. Any reason why it should not be...
Fixes https://github.com/eclipse-buildship/buildship/issues/1347 ### Context Recent Develocity Gradle plugin versions log a slightly different text: "Publishing Build Scan..." I'm not sure if it's covered already by tests...