Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for supergirl (0.08 sec)

  1. platforms/jvm/ear/src/integTest/groovy/org/gradle/plugins/ear/EarPluginIntegrationTest.groovy

    ear {
      deploymentDescriptor {
    
        securityRole {
          roleName="superman"
          description="This is the SUPERMAN role"
         }
    
        securityRole {
          roleName="supergirl"
          description="This is the SUPERGIRL role"
        }
      }
    }'''
    
            when:
            run 'assemble';
    
            file("build/libs/root.ear").unzipTo(file("unzipped"))
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 17.2K bytes
    - Viewed (0)
Back to top