Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WrongPluginClass (0.11 sec)

  1. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/plugins/JavaGradlePluginPluginIntegrationTest.groovy

            'implementation-class=com.xxx.WrongPluginClass' | BAD_IMPL_CLASS_WARNING_PREFIX     | 2
        }
    
        def "jar issues correct warnings if built jar contains mixed descriptor problems" () {
            given:
            buildFile()
            badPluginDescriptor('bad-plugin1', 'implementation-class=')
            badPluginDescriptor('bad-plugin2', 'implementation-class=com.xxx.WrongPluginClass')
            goodPlugin()
    
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 12.5K bytes
    - Viewed (0)
Back to top