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

gradle-plugin

Here are 1,224 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
G00fY2
G00fY2 commented Apr 5, 2022

Hi and thanks for this great plugin!

I suggest printing the report path as file URI to make it clickable in most terminals.

This makes it much easier for consumers to navigate to the report.

So instead of
https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/31c31026fd5cacfeed4a4a4309cef3bdcd64ff8f/src/main/kotlin/com/autonomousapps/tasks/BuildHealthTask.kt#L43

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