You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -16,15 +15,12 @@ class NebulaPluginPluginIntegrationSpec extends IntegrationSpec {
16
15
runTasksSuccessfully('help')
17
16
}
18
17
19
-
def'plugin does not apply if plugin-publish plugin is not applied'() {
18
+
def'plugin applies when plugin-publish is not applied'() {
20
19
buildFile <<"""
21
20
apply plugin: 'nebula.plugin-plugin'
22
21
"""
23
22
24
-
when:
25
-
def result = runTasks('help')
26
-
27
-
then:
28
-
Exceptions.getRootCause(result.failure).message =='The com.gradle.plugin-publish plugin must be applied before this plugin. Expression: project.plugins.findPlugin(id)'
0 commit comments