Aggregating Junit5 XML report
Hello Team ! I have multi-module, multi-language repo which I am scanning using SonarScanner 4.3. On Sonar dashboard, I am not able to show unit test count of my Junit5 test. As per my debugging,...
View ArticleGradle `java-platform` plugin: How to set dependencies dynamic version...
I am trying to make BOM (Bill of materials POM) using Gradle’s java-platform plugin and wish to use Gradle’s locking feature alongside with that plugin: I want to keep versions always up-to-date. This...
View ArticleGradle Enterprise Maven Extension 1.6.4 has been released
The Gradle Enterprise Maven Extension v1.6.4 has been released. See release notes for the changelog. Compatible with scans.gradle.com and Gradle Enterprise 2020.3 or later.
View ArticleIncremental build support for a task
I am using some task (Swagger codegen Gradle plugin & OpenAPI Style Validator) in my Gradle build that do not support it seems the incremental build feature. Googling a bit (and checking the...
View ArticleGradle Enterprise Test Distribution Gradle plugin 1.1.2 has been released
The Gradle Enterprise Test Distribution Gradle plugin v1.1.2 has been released. Compatible with Gradle Enterprise 2020.3 or later.
View ArticleCannot access gradle.properties properties in external script plugin buildscript
I keep getting a ‘groovy.lang.MissingPropertyException: Could not get unknow property ‘gitUsername’ for Credentials [username: null] of type...
View ArticleIncremental build support for a task
Xendar: I am using some task (Swagger codegen Gradle plugin & OpenAPI Style Validator) in my Gradle build that do not support it seems the incremental build feature. This Swagger plugin does...
View ArticleIncremental build support for a task
Oh gosh, it seems obvious now! I had to do this kind of setup with Maven initially, and didn’t really change that as I’m migrating to Open API Generator. I’ll adapt this way!
View ArticleI get Build failed with an exception error every time i run a batch file for...
Hi, so i get “Build failed with an exception” every time i run the batch file that i need to run to set up gradle for the source code i am using. the cmd says that there are “3 incompatible Daemons...
View ArticleHaving difficulties with Shadow (ShadowJar)
Hey all, new to the community, please be patient with me, I am sure to break a thousand items of community culture : ) I am an old fart software engineer who got into the field in 1986. I’ve been...
View ArticleHaving difficulties with Shadow (ShadowJar)
Okay Update: I was able to fix the issue ! id 'com.github.johnrengelman.shadow' version '6.0.0' I updated the plugin and all was fine…
View ArticleGradle Plugin and MultiModule Build--resolving dependencies
For my enterprise, I’ve developed a plugin to help us manage our Avro Schema Mappings. So far, I’ve been doing it by adding a new configuration, and users would pass the maven coordinates of those...
View ArticleGrade 4.10.3 does not allow property value to contain space, is that intended?
Does the following work for you? gradle -DDEBUG=\"not Debug\"
View ArticleDependency not working on same version
The maven-publish plugin does publish a POM. What was used in the library’s build to publish it to your Artifactory repo?
View ArticleUnit test plugin's afterEvaulate
Lately I started writing my first gradle plugin (gradle 6.4.1) and used gradle init with selection 421 (Gradle Plugin, Java, Groovy) as starting point. My plugin features an extension (similar to the...
View ArticleDownloading Downloading...
Hi there, I search help, cause this error occurs when I type in the CMD the command: tns run android to run a Nativescript project. I have a laptop with Windows, a mate uses MAC OS and there it works...
View ArticleModule dependences inside a Java multi-module build
Hi, I’m using the Oracle JDK 14 and Gradle 6.6. I have a java project consisting of the following three java modules that I want to build with gradle: ./db/src/main/java/mileage.db/module-info.java...
View Article