sonatype-nexus-community / scan-gradle-plugin

Gradle plugin that scans the dependencies of a Gradle project using Sonatype platforms: OSS Index and Nexus IQ Server.
Apache License 2.0
77 stars 21 forks source link

[FEATURE] Release task is including unit and integration tests #77

Closed guillermo-varela closed 2 years ago

guillermo-varela commented 3 years ago

Checking the logs, tests are being run:

> Task :project:project:test
> Task :project:project:compileIntegrationTestJava
> Task :project:project:processIntegrationTestResources
> Task :project:project:integrationTestClasses
> Task :project:project:it1
> Task :project:project:it2
> Task :project:project:it3
> Task :project:project:it4
> Task :project:project:it5
> Task :project:project:it6
> Task :project:project:it7
> Task :project:project:integrationTest
> Task :project:project:validatePlugins
> Task :project:project:check
> Task :project:project:build

cc @bhamail / @DarthHater / @guillermo-varela / @shaikhu

guillermo-varela commented 2 years ago

No longer an issue after https://github.com/sonatype-nexus-community/scan-gradle-plugin/pull/115