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

Use Repository Manager to proxy Gradle Central Plugin Repository

I am at a loss. Cannot find out why it is not working. * What went wrong: Plugin [id: 'com.diffplug.gradle.spotless', version: '3.26.0'] was not found in any of the following sources: - Gradle Core...

View Article


Gradle 6.2 released

Gradle 6.2 is out! See the full release notes.

View Article


Gradle 6.2 released

View Article

Gradle 6.2-rc-3 is now available for testing

View Article

Hi, im facing this error when i am trying to comit in development environment...

Indeed, the spring.io server no longer supports plain http connections.

View Article


Could not get unknown property 'classesDir' for main classes of type...

Sir , i have the same problem would you help me out to fix it ?

View Article

Import BOM without the platform/enforcedPlatform keywords

Hello, in Gradle manual at: https://docs.gradle.org/current/userguide/platforms.html#sub:bom_import I see that to import a BOM a should use the syntax: dependencies { implementation...

View Article

How does gradle merge extensions?

Hello! I can have a set some extension properties on the root project (using plugins.withType for exampe) and then define additional properties on the project itself and graldle will happily merge...

View Article


Authentication scheme 'all'(Authentication) is not supported by protocol 'file'

I removed credentials, and the “gradle publish” ran successfully. However it no longer seems to do the upload to Nexus Staging Repository automatically. Can I do this with Gradle 6.2? TIA

View Article


Image may be NSFW.
Clik here to view.

Use Repository Manager to proxy Gradle Central Plugin Repository

DJViking: This plugin does not exist in the Gradle Central Plugin Repository. Perhaps that is why it cannot find it? https://plugins.gradle.org/m2/gradle/plugin/com/diffplug/ There should not be...

View Article

How to publish artifacts signatures (.asc files) using maven-publish plugin?

Hi! I read your posts from Mat 2018 as saying that I need to use both posts, i.e. the 2nd signing option from the 2nd post, and the stuff referencing signArchives from the first post. When I do this,...

View Article

How to publish artifacts signatures (.asc files) using maven-publish plugin?

No, you read it wrongly. The first post is how to do it with the then latest release 4.7, the second post shows how to do it with the improvements in 4.8 which back then was only available as nightly...

View Article

How to publish artifacts signatures (.asc files) using maven-publish plugin?

Many thanks for getting back to me! “gradle build” now completes successfully, and so does “gradle publish” (I assume I have to do that also…) - however no repositories show up in Nexus Staging...

View Article


Cannot publish a signed gradle plugin

I have met an issue of “signer information does not match signer information of other classes in the same package” when releasing a gradle plugin using a signed jar, for testing it, I created a...

View Article

Eclipse plugin change in 4.4 that changes eclipse defaults - breaks execution...

The output folder separation is required by the Eclipse platform to support classpath separation between main and test sources. If you don’t need this feature you can remove the related metadata with...

View Article


How to publish artifacts signatures (.asc files) using maven-publish plugin?

Sure, put it e. g. on gist.github.com. You can also look at one of my latest developed builds at https://github.com/Vampire/command-framework, but it is rather fancy, including publishing to GitHub...

View Article

How to expose plugin variable to project?

I am intializing a variable in customised plugin Then I want to access in project level?

View Article


Are we using platforms the right way?

Hi, we are maintaining an ee framework for our internal projects. This framework is splitted in different bitbucket repos (framework, frameworkcore, frameworkservice) and is used in different...

View Article

Test dependencies leaked into...

Here is a snippet of code from my Gradle plugin: final Configuration deploymentConfig = project.getConfigurations() .detachedConfiguration(extensionDeps.toArray(new Dependency[0])); final...

View Article

How to publish artifacts signatures (.asc files) using maven-publish plugin?

Thanks, it would be great if you could look at it… It is at https://gist.github.com/jpaulm/339f9a4d91f7ab63d5fc891f2b36cd40 I am running gradle publish - not even sure if this is the right command - I...

View Article
Browsing all 19850 articles
Browse latest View live