The Wayback Machine - https://web.archive.org/web/20220605133441/https://github.com/topics/gradle-plugin
Skip to content
#

gradle-plugin

Here are 1,248 public repositories matching this topic...

chanseokoh
chanseokoh commented Jul 28, 2021

Maybe new warnings after upgrading ErrorProne in #3355.

/home/runner/work/jib/jib/jib-core/src/main/java/com/google/cloud/tools/jib/image/json/JsonToImageTranslator.java:250: warning: [UnrecognisedJavadocTag] This Javadoc tag wasn't recognised by the parser. Is it malformed somehow, perhaps with mismatched braces?
58

59
   * Converts a map of volumes strings to a set of {@link Absolut
jo-kerr
jo-kerr commented Sep 11, 2020

Describe the bug

refreshVersions is not able to find the latest versions of artifact in local maven repository.

To Reproduce

  1. Publish any project/library that uses maven-publish plugin to local maven repository, e.g. via ./gradlew publishToMavenLocal
  2. Use it as a dependency in another project with refreshVersions, specifying the local repository via `repositories {
bug good first issue
blundell
blundell commented Oct 27, 2021

Is your feature request related to a problem? Please describe.

Our build has a few variants, (flavor / build type combo's), some of them are invalid in certain circumstances. However it seems this plugin runs on all combinations?

Describe the solution you'd like

Is there a way, that we can pass in what variants we want to run on?

For example, perhaps I just want to analyse the

enhancement good first issue

Improve this page

Add a description, image, and links to the gradle-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gradle-plugin topic, visit your repo's landing page and select "manage topics."

Learn more