Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 619 for interest (0.3 sec)

  1. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseIntegrationTest.groovy

                "src/integTest/java",
                "src/integTest/groovy",
                "src/integTest/resources"
            ]
    
            expectedOrder.each { testFile(it).mkdirs() }
    
            runEclipseTask """
    apply plugin: "java"
    apply plugin: "groovy"
    apply plugin: "eclipse"
    
    sourceSets {
        integTest {
            resources { srcDir "src/integTest/resources" }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 01:27:55 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  2. platforms/software/build-init/src/test/groovy/org/gradle/buildinit/plugins/internal/TemplateFactoryTest.groovy

            Language.JAVA   | "main"      | "app/src/main/java/SomeClazz.somelang"
            Language.GROOVY | "test"      | "app/src/test/groovy/SomeClazz.somelang"
            Language.JAVA   | "integTest" | "app/src/integTest/java/SomeClazz.somelang"
        }
    
        def "generates source file with package from template"() {
            setup:
            def targetAsFile = new File(target)
            def settings = createInitSettings("my.lib")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 26 20:26:42 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  3. subprojects/core/src/test/groovy/org/gradle/internal/classpath/CompositeCallInterceptionTest.groovy

    import static org.gradle.internal.classpath.intercept.JvmBytecodeInterceptorFactoryProvider.ClassLoaderSourceJvmBytecodeInterceptorFactoryProvider
    import static org.gradle.internal.classpath.intercept.JvmBytecodeInterceptorFactoryProvider.DEFAULT
    
    /**
     * Tests that Groovy interception works correctly when we intercept different classes with the same method names.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 11:38:52 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  4. subprojects/core/src/main/java/org/gradle/internal/classpath/intercept/MethodHandleInvocation.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.classpath.intercept;
    
    import java.lang.invoke.MethodHandle;
    
    import static org.gradle.internal.classpath.intercept.InvocationUtils.unwrap;
    
    /**
     * The implementation of {@link Invocation} that forwards the call to a MethodHandle. Supports both normal and spread Groovy calls.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 08 05:57:27 UTC 2022
    - 2K bytes
    - Viewed (0)
  5. testing/smoke-test/src/smokeTest/groovy/org/gradle/play/integtest/fixtures/external/AbstractMultiVersionPlayExternalContinuousBuildIntegrationTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.play.integtest.fixtures.external
    
    import org.gradle.api.JavaVersion
    import org.gradle.integtests.fixtures.TargetCoverage
    import org.gradle.integtests.fixtures.compatibility.MultiVersionTest
    import org.gradle.play.integtest.fixtures.PlayCoverage
    import org.gradle.util.internal.VersionNumber
    import org.junit.Assume
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  6. platforms/jvm/plugins-java-library/src/integTest/groovy/org/gradle/java/JavaLibraryFeaturePublishingIntegrationTest.groovy

                    id 'maven-publish'
                }
    
                group = 'com.acme'
                version = '1.4'
    
                ${mavenCentralRepository()}
    
                testing.suites {
                    integTest(JvmTestSuite) { }
                }
    
                publishing {
                    repositories {
                        maven { url "\${buildDir}/repo" }
                    }
                    publications {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 18 13:02:41 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/internal/classpath/intercept/AbstractInvocation.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.classpath.intercept;
    
    import static org.gradle.internal.classpath.intercept.InvocationUtils.unwrap;
    
    /**
     * A base implementation of the Invocation that provides everything except {@link #callOriginal()}.
     *
     * @param <R> the type of the receiver
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 24 15:57:55 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/ide/eclipse/groovy/build.gradle

    }
    // end::wtp-with-xml[]
    
    sourceSets {
        integTest
    }
    
    configurations {
        functional
    }
    
    eclipse {
        classpath {
            plusConfigurations += [configurations.functional]
        }
    }
    
    // tag::test-sources[]
    eclipse {
        classpath {
            testSourceSets = testSourceSets.get() + [sourceSets.integTest]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  9. subprojects/core/src/test/groovy/org/gradle/internal/classpath/CallInterceptionFilteringTest.groovy

    import static org.gradle.internal.classpath.JavaCallerForCallInterceptionFilteringTest.doTestInstrumentation
    import static org.gradle.internal.classpath.intercept.JvmBytecodeInterceptorFactoryProvider.ClassLoaderSourceJvmBytecodeInterceptorFactoryProvider
    import static org.gradle.internal.classpath.intercept.JvmBytecodeInterceptorFactoryProvider.DEFAULT
    
    class CallInterceptionFilteringTest extends AbstractCallInterceptionTest {
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Nov 24 13:33:59 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  10. src/crypto/internal/boring/README.md

    BoringCrypto (the core of [BoringSSL](https://boringssl.googlesource.com/boringssl/))
    for various crypto primitives, in furtherance of some work related to FIPS 140.
    We have heard that some external users of Go would be
    interested in this code as well, so we have published this code
    here in the main Go repository behind the setting GOEXPERIMENT=boringcrypto.
    
    Use of GOEXPERIMENT=boringcrypto outside Google is _unsupported_.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 26 22:52:27 UTC 2024
    - 1.4K bytes
    - Viewed (0)
Back to top