Skip to content

Commit

Permalink
Fix plugin id issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Aug 29, 2022
1 parent 37bdeae commit f5f672c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ gradlePlugin {
id = 'nebula.info-basic'
displayName = 'Gradle Info Basic plugin'
description = project.description
implementationClass= 'nebula.plugin.info.BasicInfoPlugin'
implementationClass= 'nebula.plugin.info.basic.BasicInfoPlugin'
}
infoDependencies {
id = 'nebula.info-dependencies'
Expand Down

0 comments on commit f5f672c

Please sign in to comment.