Andreas Petersen
Andreas Petersen
I'm still having the issue with sonar-findbugs 3.11.0
Getting this with 4.4.0. We're running 12 tests concurrently against Selenium Grid (4.4.0-20220812). Two of the tests received this error. Client error: ``` Caused by: org.openqa.selenium.json.JsonException: Unable to parse: 400...
I have configured in my `gradle.properties`: ``` systemProp.https.proxyHost=my-corp-proxy systemProp.https.proxyPort=my-corp-proxy-port systemProp.http.nonProxyHosts=localhost|some-other-exceptions ``` While I can add `https://plugins.gradle.org/m2` to the `nonProxyHosts`, this does not solve my problem, as I cannot access `https://plugins.gradle.org/m2`...
I'm able to work around the issue by populating my Gradle cache with the required plugin, by using it in my project directly. However, `quarkusUpdate` now just hangs indefintely with...
I've managed to create a very simple reproducer: https://github.com/AndreasPetersen/quarkus-39133. It does require using a repository other than `mavenCentral` and `gradlePluginPortal`. When running `quarkus update`, I then get: ``` Execution failed...
Does the init script need arguments for repository overrides? https://github.com/quarkusio/quarkus/blob/2fa75a15e9b5c73990a7ca01ca2678161c0d3e3d/independent-projects/tools/devtools-common/src/main/resources/openrewrite-init.gradle#L6 It seems it is not possible to define global repositories for init scripts in Gradle, according to https://github.com/gradle/gradle/issues/1038.
I've gotten a little further by adding some additional internal Artifactory repoes that proxy mavenCentral: settings.gradle: ``` pluginManagement { repositories { mavenLocal() maven { url = uri("https://my.com/artifactory/mavenCentral/") } maven {...
We need to get Gradle dependencies from an a corporate Artifactory instance, instead of the default `gradlePluginPortal`. Our corporate Artifactory has a repo that simply proxies `gradlePluginPortal`. We do not...
Danish, English and German. But we don't actually use or display these names in our application.
This is also a problem for Gradle, when I use the `usesPlugin: true` option and Gradle plugin `id 'com.jfrog.artifactory' version '4.31.4'`, the plugin just ignores the skip config