Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for playframework (0.27 sec)

  1. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AbstractSmokeTest.groovy

            static gradleVersions = "0.51.0"
    
            // https://plugins.gradle.org/plugin/org.gradle.playframework
            static playframework = "0.13" // Can't upgrade to 0.14 as it breaks CC compat - see https://github.com/gradle/playframework/issues/184
    
            // https://plugins.gradle.org/plugin/net.ltgt.errorprone
            static errorProne = "3.1.0"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 08:14:32 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  2. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/classloader/ClassLoaderUtils.java

            CompositeStoppable.stoppable(classLoader).stop();
        }
    
        // Used by the Gradle Play Framework Plugin. See:
        // https://github.com/gradle/playframework/blob/master/src/main/java/org/gradle/playframework/tools/internal/run/PlayWorkerServer.java#L72
        public static void disableUrlConnectionCaching() {
            // fix problems in updating jar files by disabling default caching of URL connections.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_5.adoc

    ==== The Play plugins have been removed
    
    The deprecated Play plugin has been removed.
    An external replacement, the link:https://gradle.github.io/playframework[Play Framework plugin], is available from the plugin portal.
    
    ==== Method `AbstractCompile.compile()` method has been removed
    
    The abstract method `compile()` is no longer declared by `AbstractCompile`.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_6.adoc

    ==== Removal of Play Framework plugins
    
    The deprecated Play plugins have been removed.
    An external replacement, the link:https://gradle.github.io/playframework[Play Framework plugin], is available from the plugin portal.
    
    === Removal of deprecated JVM plugins
    
    These unmaintained alternative JVM plugins have been removed:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/stablehlo/odml_to_stablehlo.cc

      mlir::mhlo::registerAllMhloPasses();
      // These are in compiler/mlir/tf2xla and not part of the above MHLO passes.
      mlir::mhlo::registerTfXlaPasses();
      mlir::mhlo::registerLegalizeTFPass();
      mlir::xla_framework::registerXlaFrameworkPasses();
      tensorflow::RegisterConvertMlirToXlaHloPipelineWithDefaults();
      tensorflow::RegisterGraphOptimizationPasses();
    }
    
    }  // namespace odml
    }  // namespace mlir
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:16:49 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/python/mlir.cc

        mlir::tosa::registerTFLtoTOSALegalizationPipeline();
        mlir::tosa::registerTFTFLtoTOSALegalizationPipeline();
        mlir::tf_saved_model::registerTensorFlowSavedModelPasses();
        mlir::xla_framework::registerXlaFrameworkPasses();
        tensorflow::RegisterMlProgramPasses();
        return true;
      }();
      (void)unique_registration;
    }
    
    // Runs pass pipeline `pass_pipeline` on `module` if `pass_pipeline` is not
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:16:49 UTC 2024
    - 19.3K bytes
    - Viewed (0)
Back to top