Skip to content

Commit bb50be6

Browse files
authored
Merge pull request #41 from blackducksoftware/dev/devm/update-nexus-plugin
Update Nexus Release Plugin
2 parents c3a7241 + eead441 commit bb50be6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'com.autonomousapps.dependency-analysis' version '0.46.0'
3-
id 'io.codearte.nexus-staging' version "0.21.1"
3+
id 'io.github.gradle-nexus.publish-plugin' version "2.0.0"
44
}
55

66
allprojects {

method-analyzer-core/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins{
22
id 'maven-publish'
3-
id 'de.marcphilipp.nexus-publish' version "0.4.0"
43
}
54

65
description = 'Library which analyzes Java projects for method calls to external methods'

0 commit comments

Comments
 (0)