Skip to content
#

gradle-plugin

Here are 921 public repositories matching this topic...

binkley
binkley commented Mar 26, 2020

Thank you for this project!

I have been struggling to work out how best to configure a CI for using DependencyCheck.

For example, I'd like to use the caching feature of GitHub actions with DependencyCheck to avoid redownloading all the CVEs on each build.

  1. Is there a shared cache I can refer to?
  2. If not; what's the "right" way to set up a shared cache for my project?

Ideally, this

pun-ky
pun-ky commented Mar 7, 2019

Hi!

release {
    versionPropertyFile = "version.properties"
    afterEvaluate {
        buildTasks = listOf(":aem:assembly:full:build")
    }
}

afterEvaluate {
    throw GradleException("${project.version}")
}

ends with

* What went wrong:
A problem occurred configuring root project 'example'.
> unspecified

however if I put version to `gradle.pr

blindpirate
blindpirate commented Dec 17, 2017

When building github.com/AsynkronIT/protoactor-go we got the following error:

vendor dependency golang.org/x/time:github.com/hashicorp/consul: commit='a86d11ec0aaadf6965014abd0030085d67454406', urls=[https://github.com/hashicorp/consul.git, git@github.com:hashicorp/consul.git]/vendor/golang.org/x/time/rate does not exist in transitive dependencies of github.com/hashicorp/consul#a86d11ec0
hirakida
hirakida commented Apr 1, 2020

When I use the gradle plugin with Gradle 6, I get the following deprecation warning.

> Task :generateTypeScript
Running TypeScriptGenerator version 2.21.588
The compile configuration has been deprecated for resolution. This will fail with an error in Gradle 7.0. Please resolve the compileClasspath configuration instead. Consult the upgrading guide for further information: https://docs.grad
freshcodemonger
freshcodemonger commented Jan 10, 2020

The plugin defaults to translate jsps into java files but not compile those jsps for war file packaging. The tomcatJasper task is dependent on classes. Since classes runs first, your existing .java files will be turned into .class files, then your jsps will be turned into .java files. This is the correct ordering as your .class files may be required to translate or compile your jsp / jsp java f

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

You can’t perform that action at this time.