Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 268 for Catalog (0.13 sec)

  1. platforms/ide/problems-api/src/main/java/org/gradle/api/problems/internal/GradleCoreProblemGroup.java

        private static final DefaultProblemGroup VERSION_CATALOG_PROBLEM_GROUP = new DefaultProblemGroup("dependency-version-catalog", "Version catalog");
    
        public static CompilationProblemGroup compilation() {
            return COMPILATION_PROBLEM_GROUP;
        }
    
        public static ProblemGroup deprecation() {
            return DEPRECATION_PROBLEM_GROUP;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 13:00:39 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/dependencyManagement/catalogs-javaPlatformCatalog/kotlin/catalog/repo/com/mycompany/catalog/maven-metadata.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <metadata>
      <groupId>com.mycompany</groupId>
      <artifactId>catalog</artifactId>
      <versioning>
        <latest>1.0</latest>
        <release>1.0</release>
        <versions>
          <version>1.0</version>
        </versions>
        <lastUpdated>20201112174043</lastUpdated>
      </versioning>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 321 bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/initialization/dsl/VersionCatalogBuilder.java

         * @return the description for this model
         */
        Property<String> getDescription();
    
        /**
         * Configures the model by reading it from a version catalog.
         * A version catalog is a component published using the `version-catalog` plugin or
         * a local TOML file.
         *
         * <p>
         * This function can be called only once, further calls will result in an error.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Aug 25 20:59:29 UTC 2022
    - 6.2K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/CatalogPluginsKotlinDSLIntegrationTest.groovy

            executer.expectDocumentedDeprecationWarning(
                "Accessing libraries or bundles from version catalogs in the plugins block. " +
                    "This behavior has been deprecated. " +
                    "This behavior is scheduled to be removed in Gradle 9.0. " +
                    "Only use versions or plugins from catalogs in the plugins block. " +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/dependencyManagement/catalogs-javaPlatformCatalog/tests/sanityCheck.sample.conf

    commands: [{
        execution-subdirectory: consumer
        executable: gradle
        args: "tasks -Dcreate1=true"
    }, {
        execution-subdirectory: catalog
        executable: gradle
        args: tasks
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 189 bytes
    - Viewed (0)
  6. .teamcity/test-buckets.json

    					"problems",
    					"plugins-test-report-aggregation",
    					"resources-sftp",
    					"build-cache-http",
    					"testing-base",
    					"model-groovy",
    					"plugins-jvm-test-suite",
    					"plugins-version-catalog",
    					"plugins-jvm-test-fixtures"
    				]
    			},
    			{
    				"parallelizationMethod":{
    					"name":"TestDistribution"
    				},
    				"subprojects":[
    					"language-native",
    					"tooling-native",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 15:56:44 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  7. subprojects/core-api/src/main/java/org/gradle/plugin/use/PluginDependenciesSpec.java

         */
        PluginDependencySpec id(String id);
    
        /**
         * Adds a plugin dependency using a notation coming from a version catalog.
         * The resulting dependency spec can be refined with a version overriding
         * what the version catalog provides.
         * @param notation the plugin reference
         * @return a mutable plugin dependency specification  that can be used to further refine the dependency
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 16 17:46:02 UTC 2022
    - 6.9K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/dependencyManagement/catalogs-javaPlatformCatalog/groovy/catalog/repo/com/mycompany/catalog/maven-metadata.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <metadata>
      <groupId>com.mycompany</groupId>
      <artifactId>catalog</artifactId>
      <versioning>
        <latest>1.0</latest>
        <release>1.0</release>
        <versions>
          <version>1.0</version>
        </versions>
        <lastUpdated>20201112172733</lastUpdated>
      </versioning>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 321 bytes
    - Viewed (0)
  9. subprojects/core/src/main/java/org/gradle/api/internal/catalog/problems/DefaultCatalogProblemBuilder.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.api.internal.catalog.problems;
    
    import org.gradle.api.InvalidUserDataException;
    import org.gradle.api.initialization.dsl.VersionCatalogBuilder;
    import org.gradle.api.internal.DocumentationRegistry;
    import org.gradle.api.problems.internal.DocLink;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 13:35:05 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/TomlDependenciesExtensionIntegrationTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.integtests.resolve.catalog
    
    import org.gradle.api.internal.catalog.problems.VersionCatalogErrorMessages
    import org.gradle.api.internal.catalog.problems.VersionCatalogProblemId
    import org.gradle.api.internal.catalog.problems.VersionCatalogProblemTestFor
    import org.gradle.api.problems.internal.FileLocation
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 33K bytes
    - Viewed (0)
Back to top