Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for magnificent (0.2 sec)

  1. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/AbstractMavenPublishJavaIntegTest.groovy

                def attr1 = Attribute.of('custom', String)
                version = '1.0'
                configurations {
                    one {
                        attributes.attribute(attr1, 'magnificent')
                    }
                    two {
                        attributes.attribute(attr1, 'bazinga')
                    }
                }
            '''
            createBuildScripts("""
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 22:25:49 UTC 2023
    - 45.6K bytes
    - Viewed (0)
  2. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishJavaIntegTest.groovy

                def attr1 = Attribute.of('custom', String)
                version = '1.0'
                configurations {
                    one {
                        attributes.attribute(attr1, 'magnificent')
                    }
                    two {
                        attributes.attribute(attr1, 'bazinga')
                    }
                }
            '''
            createBuildScripts("""
    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