Skip to content
#

gradle-plugin

Here are 1,183 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
BraisGabin
BraisGabin commented Feb 25, 2021

Expected Behavior

When detekt reports that a call or an import is forbidden it tell my why it is forbidden.

Current Behavior

Right now detekt just say that it is forbidden so we a new person in the project doesn't know what to do.

Context

Some coworkers ask me some times "Why is this forbidden?" And I need to explain them. That never bother me but after reading this in: https:/

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 {

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