Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for maxLen (0.04 seconds)

  1. .asf.yaml

        maven-3.8.x: {}
        maven-3.0.x: {}
        maven-2.2.x: {}
        pre-reset-master: {}
      features:
        issues: true
    notifications:
      commits: commits@maven.apache.org
      issues: issues@maven.apache.org
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Mon Mar 30 18:09:45 GMT 2026
    - 709 bytes
    - Click Count (0)
  2. .github/pull_request_template.md

    - master — default target for all changes (new features + bug fixes).  
      If the change should also go to maven-4.0.x, request a backport in the PR.
    
    - maven-3.10.x — target for 3.x changes (new features + bug fixes).  
      If the change should also go to maven-3.9.x, request a backport in the PR.
      maven-3.9.x should receive only serious bug fixes, as it is approaching EOL.
    
    Backports are typically handled by maintainers; 
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Wed Apr 01 17:30:11 GMT 2026
    - 2.1K bytes
    - Click Count (0)
  3. .github/workflows/ci.yml

          - name: 'Check out repository'
            uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
          # When we specify multiple JDKs, the final one becomes the default, which is used to execute Maven itself.
          # Our Maven configuration then specifies different JDKs to use for some of the steps:
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 22:02:44 GMT 2026
    - 4.6K bytes
    - Click Count (0)
  4. gradle/libs.versions.toml

    ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
    gradle-lint = { id = "com.android.lint", version.ref = "lint-gradle" }
    maven-publish = { id = "com.vanniktech.maven.publish.base", version.ref = "maven-publish" }
    maven-sympathy = { id = "io.github.usefulness.maven-sympathy", version.ref = "maven-sympathy" }
    mrjar = { id = "me.champeau.mrjar", version.ref = "mrjar" }
    shadow = { id = "com.gradleup.shadow", version.ref = "shadow-plugin" }
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Mar 31 22:01:48 GMT 2026
    - 12K bytes
    - Click Count (0)
Back to Top