We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3a7241 + eead441 commit bb50be6Copy full SHA for bb50be6
build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'com.autonomousapps.dependency-analysis' version '0.46.0'
3
- id 'io.codearte.nexus-staging' version "0.21.1"
+ id 'io.github.gradle-nexus.publish-plugin' version "2.0.0"
4
}
5
6
allprojects {
method-analyzer-core/build.gradle
@@ -1,6 +1,5 @@
plugins{
id 'maven-publish'
- id 'de.marcphilipp.nexus-publish' version "0.4.0"
description = 'Library which analyzes Java projects for method calls to external methods'
0 commit comments