Quantcast
Channel: Gradle Forums - Latest posts
Browsing all 20754 articles
Browse latest View live

Gradle 6.6-rc-6 is now available for testing

View Article


Gradle 6.6-rc-5 is now available for testing

View Article


Gradle Enterprise Maven Extension 1.5.3 has been released

View Article

Test retry plugin 1.1.7 has been released

View Article

Gradle Enterprise Maven Extension 1.6.1 has been released

View Article


Gradle Enterprise Test Distribution Agent 1.1.2 has been released

View Article

Test retry plugin 1.1.8 has been released

A new patch release of the test-retry-plugin (https://github.com/gradle/test-retry-gradle-plugin) has been released. For details of all the included fixes check here.

View Article

Extra side-effects of Project.getTasksByName()?

The problem with using TaskExecutionGraph is that once the graph has been built, it is by definition too late to create any more tasks or add any new task dependencies. I have looked at using...

View Article


Transform (sign) artifact before publication to maven artifactory

I tried to use publishing.publications["maven"].allPublishableArtifacts It allows me to get access to all artifacts at the moment where they are already created (File.exists() return true). I know...

View Article


dependencies org.apache.pdfbox.pdmodel

Hi everyone, I have such a similar problem. My project is a Spring Boot with Gradle as a dependency manager. I included PdfBox dependency in my “build.gradle” file, but from my app I’m not able to use...

View Article

Plugin JAVA-Library creating duplicate build task

I am not able to apply plugin = JAVA-LIBRARY because it is creating build task where my build.gradle already has task build. How to resolve this? I am trying to use this plugin to implement...

View Article

How to build release binaries for all sub projects

Yes, I have tried assemble. Like build, assemble builds debug binaries. Interestingly, assemble does cover all the variations of assembleDebug, assembleDebugWindows, assembleDebugWindowsX86-64....

View Article

Gradle Enterprise Maven Extension 1.6.1 has been released

hello jonny how are you doing sir? i would like to ask you some few question if you don’t mind

View Article


Excluding package from javadoc task throws error

Im trying to exclude a specific package from the javadoc, but when i try to run the build from the cli ./gradlew :moduleName:BuildNameVariantNameDocs i will get errors about the package i excluded was...

View Article

Open JPA plugin

we are now migrate our legacy product, in there we try to use open JPA enhance feature … could anyone suggest the plugin that supports 6.5.1 gradle…

View Article


Share publishing of a plugin to portal with users

@sterling was there an official way I was supposed to request this transfer?

View Article

Message about archiveVersion seems misleading or incomplete...?

So what’s the fix? It isn’t clear how severe the error is. "The AbstractArchiveTask.version property has been deprecated. This is scheduled to be removed in Gradle 7.0. Please use the archiveVersion...

View Article


Message about archiveVersion seems misleading or incomplete...?

This still seems confusing: in the jar section of my build.gradle I have archiveVersion = '2.20.10' manifest { attributes 'Implementation-Title': ...', 'Implementation-Version': archiveVersion,'etc....

View Article

The configuration :runtimeClasspath was resolved without accessing the...

hi , i am using gradle 6.5.1 for my project. it is groovy based project and it is not a multi project. i have only src and test directory under my project directory. i am trying to get ant-unit jar...

View Article

Adding gradle wrapper files to gitignore

I agree that placing compiled binary files into a source repository is not an option (because VCS is for sources files when a jar with compiled classes is not a source file at all). As can I see, the...

View Article
Browsing all 20754 articles
Browse latest View live