Skip to content

Commit 93c65d9

Browse files
committed
Fix incorrect plugin id
1 parent ca6f4ef commit 93c65d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
}
1313

1414
if(project.hasProperty('ossrhUser') && project.hasProperty("release")) {
15-
apply plugin: "files.codearte.nexus-staging"
15+
apply plugin: "io.codearte.nexus-staging"
1616

1717
nexusStaging {
1818
packageGroup = 'com.viridiansoftware'
@@ -122,4 +122,4 @@ if(project.hasProperty('ossrhUser')) {
122122
}
123123
}
124124
}
125-
}
125+
}

0 commit comments

Comments
 (0)