@@ -55,61 +55,61 @@ pluginBundle {
55
55
gradlePlugin {
56
56
plugins {
57
57
info {
58
- id = ' nebula.info'
58
+ id = ' com.netflix. nebula.info'
59
59
displayName = ' Gradle Info plugin'
60
60
description = project. description
61
61
implementationClass= ' nebula.plugin.info.InfoPlugin'
62
62
}
63
63
infoBasic {
64
- id = ' nebula.info-basic'
64
+ id = ' com.netflix. nebula.info-basic'
65
65
displayName = ' Gradle Info Basic plugin'
66
66
description = project. description
67
67
implementationClass= ' nebula.plugin.info.basic.BasicInfoPlugin'
68
68
}
69
69
infoDependencies {
70
- id = ' nebula.info-dependencies'
70
+ id = ' com.netflix. nebula.info-dependencies'
71
71
displayName = ' Gradle Info Dependencies plugin'
72
72
description = project. description
73
73
implementationClass= ' nebula.plugin.info.dependencies.DependenciesInfoPlugin'
74
74
}
75
75
infoBroker {
76
- id = ' nebula.info-broker'
76
+ id = ' com.netflix. nebula.info-broker'
77
77
displayName = ' Gradle Info Broker plugin'
78
78
description = project. description
79
79
implementationClass= ' nebula.plugin.info.InfoBrokerPlugin'
80
80
}
81
81
infoCI {
82
- id = ' nebula.info-ci'
82
+ id = ' com.netflix. nebula.info-ci'
83
83
displayName = ' Gradle Info CI plugin'
84
84
description = project. description
85
85
implementationClass= ' nebula.plugin.info.ci.ContinuousIntegrationInfoPlugin'
86
86
}
87
87
infoJAR {
88
- id = ' nebula.info-jar'
88
+ id = ' com.netflix. nebula.info-jar'
89
89
displayName = ' Gradle Info JAR plugin'
90
90
description = project. description
91
91
implementationClass= ' nebula.plugin.info.reporting.InfoJarManifestPlugin'
92
92
}
93
93
infoJava {
94
- id = ' nebula.info-java'
94
+ id = ' com.netflix. nebula.info-java'
95
95
displayName = ' Gradle Info Java plugin'
96
96
description = project. description
97
97
implementationClass= ' nebula.plugin.info.java.InfoJavaPlugin'
98
98
}
99
99
infoOwners {
100
- id = ' nebula.info-owners'
100
+ id = ' com.netflix. nebula.info-owners'
101
101
displayName = ' Gradle Info Owners plugin'
102
102
description = project. description
103
103
implementationClass= ' nebula.plugin.info.basic.ManifestOwnersPlugin'
104
104
}
105
105
infoProps {
106
- id = ' nebula.info-props'
106
+ id = ' com.netflix. nebula.info-props'
107
107
displayName = ' Gradle Info Properties plugin'
108
108
description = project. description
109
109
implementationClass= ' nebula.plugin.info.reporting.InfoPropertiesFilePlugin'
110
110
}
111
111
infoScm {
112
- id = ' nebula.info-scm'
112
+ id = ' com.netflix. nebula.info-scm'
113
113
displayName = ' Gradle Info SCM plugin'
114
114
description = project. description
115
115
implementationClass= ' nebula.plugin.info.scm.ScmInfoPlugin'
0 commit comments