Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 545 for Here (0.06 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/verification/exceptions/InvalidGpgKeyIdsException.java

    import org.gradle.api.GradleException;
    import org.gradle.api.internal.DocumentationRegistry;
    import org.gradle.internal.logging.text.TreeFormatter;
    
    import java.util.List;
    
    /**
     * Exception class used when a GPG IDs were not correct.
     *
     * <p>
     * An example is using short/long IDs instead of fingerprints when trusting keys
     */
    public class InvalidGpgKeyIdsException extends GradleException {
        private final List<String> wrongKeys;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/samples/templates/java-android-application/proguard-rules.pro

    # Add project specific ProGuard rules here.
    # You can control the set of applied configuration files using the
    # proguardFiles setting in build.gradle.
    #
    # For more details, see
    #   http://developer.android.com/guide/developing/tools/proguard.html
    
    # If your project uses WebView with JS, uncomment the following
    # and specify the fully qualified class name to the JavaScript interface
    # class:
    #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 751 bytes
    - Viewed (0)
  3. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/internal/xcodeproj/PBXContainer.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.ide.xcode.internal.xcodeproj;
    
    /**
     * Superclass of all container types. This is here to reflect Xcode's object hierarchy, and does
     * not implement any special functionality.
     */
    public abstract class PBXContainer extends PBXObject {
        @Override
        public String isa() {
            return "PBXContainer";
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 950 bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/ConfigurationCacheClassLoaderScopeRegistryListener.kt

                val spec = scopeSpecs[scopeId]
                require(spec != null)
                // TODO - a scope can currently potentially have multiple export and local ClassLoaders but we're assuming one here
                //  Rather than fix the assumption here, it would be better to rework the scope implementation so that it produces no more than one export and one local ClassLoader
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/execution/TopLevelBlockExtractionTest.kt

        }
    
        @Test
        fun `given line commented buildscript it returns null`() {
            assertNoBuildscript("// no buildscript {} here")
        }
    
        @Test
        fun `given block commented buildscript it returns null`() {
            assertNoBuildscript("/* /* no */ buildscript {} here either */")
        }
    
        @Test
        fun `given more than one top level buildscript block it throws UnexpectedDuplicateBlock`() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/AbstractVersionRangeResolveIntegrationTest.groovy

        public static final String ONLY_RUN_ON_EMBEDDED_REASON = """
    This test is very expensive. Ideally we shouldn't need an integration test here, but lack the
    infrastructure to simulate everything done here, so we're only going to execute this test in
    embedded mode
    """
        def baseBuild
        def baseSettings
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/execution/plan/SingleFileTreeElementMatcher.java

            // A better solution for output files would be to record the type of the output file and then using this type here instead of looking at the disk.
            // Though that is more involved and as soon as the file has been produced, the right file type will be detected here as well.
            boolean elementIsFile = !element.isDirectory();
            RelativePath relativePath = RelativePath.parse(elementIsFile, relativePathString);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 15:25:10 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  8. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/internal/resolver/model/IdeExtendedRepoFileDependency.java

     * limitations under the License.
     */
    
    package org.gradle.plugins.ide.internal.resolver.model;
    
    import org.gradle.api.artifacts.ModuleVersionIdentifier;
    
    /**
     * TODO only here because Kotlin DSL uses this. Please remove once that is fixed.
     */
    public class IdeExtendedRepoFileDependency {
    
        private ModuleVersionIdentifier id;
    
        public ModuleVersionIdentifier getId() {
            return id;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 1K bytes
    - Viewed (0)
  9. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/internal/configure/NativeBinaries.java

            // We need to set the platform, _before_ the @Defaults rules of NativeBinaryRules assign the toolchain.
            // We can't just assign the toolchain here because the initializer would be closing over the toolchain which is not reusable, and this breaks model reuse.
            // So here we are just closing over the safely reusable things and then using proper dependencies for the tool chain registry.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  10. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/android/AndroidPerformanceTestFixture.groovy

    import org.gradle.performance.fixture.AndroidTestProject
    
    @SelfType(AbstractCrossVersionPerformanceTest)
    trait AndroidPerformanceTestFixture {
    
        AndroidTestProject getAndroidTestProject() {
            // We assume here already, since the test may try to cast the returned test project to `IncrementalAndroidTestProject`,
            // which fails when the test project is non-incremental.
            runner.assumeShouldRun()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.2K bytes
    - Viewed (0)
Back to top