Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bazinga (0.07 sec)

  1. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishJavaIntegTest.groovy

                configurations {
                    one {
                        attributes.attribute(attr1, 'magnificent')
                    }
                    two {
                        attributes.attribute(attr1, 'bazinga')
                    }
                }
            '''
            createBuildScripts("""
                def attr1 = Attribute.of('custom', String)
                def attr2 = Attribute.of('nice', Boolean)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 16:36:23 UTC 2023
    - 49.8K bytes
    - Viewed (0)
Back to top