-
After trying for serveral hours to get the website to work, i finally found out that i had to download the Gradle 2.6 binaries from their servers instead of using my pre-installed Gradle instance (may…
-
I have a repository that contains a mix of ReactJS and .NET Core applications (which use central package management, with a `Directory.Packages.props` file in the root folder). When I run the v0.0.2 t…
-
## What happened?
When I run tests with Github Actions it may copy source code without `.git` directory, therefore the build fails with:
```
* What went wrong:
An exception occurred applying p…
splix updated
3 years ago
-
Hi, I wonder if this action supports [keyless authentication in Google Cloud from GitHub Actions](https://cloud.google.com/blog/products/identity-security/enabling-keyless-authentication-from-github-a…
-
I would to use docker agent for the runner, to avoid be dependant of infra.
-
Issue: Tried to build Silverpeas-Prod module using docker file where it needs "jackrabbit-jca-2.14.4.rar" but could not find at search location "http://www.silverpeas.org/nexus/content/groups/silverpe…
-
Thank you for choosing to report an issue with Corda.
When reporting an issue please make sure it contains;
* A clear description of the issue
If you specify an alternate directory to the Do…
-
I was wondering how to run the integTest locally?
`./gradlew build integTest`
Just gives
`BUILD SUCCESSFUL in 0s
10 actionable tasks: 10 up-to-date`
Even without oc cluster up I would ex…
-
I'm not sure if this is the best way but I'm trying to use mermaid cli (over npm) to generate some svgs and it's honestly easy.
My point comes now that I'm trying to automate this with gradle so th…
-
I'm using mvn gpg:sign-and-deploy-file to sign and create a staging repo from an existing artifact (Built using Gradle in android) before publishing it to the Nexus repo (Sonatype)
The main issue I'm…