Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Zstandard (0.04 sec)

  1. .github/workflows/ci.yml

          - name: 'Test'
            shell: bash
            run: ./mvnw -B -P!standard-with-extra-repos -Dtoolchain.skip verify -U -Dmaven.javadoc.skip=true -Dsurefire.toolchain.version=${{ matrix.java }} -f $ROOT_POM
          - name: 'Print Surefire reports'
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 03 19:19:31 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  2. README.md

    3. **Follow** the coding standards: `mvn formatter:format`
    4. **Add** comprehensive tests for new functionality
    5. **Commit** your changes: `git commit -m 'Add amazing feature'`
    6. **Push** to the branch: `git push origin feature/amazing-feature`
    7. **Submit** a Pull Request with detailed description
    
    ### Code Standards
    - Follow the project's Eclipse formatter configuration
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Sun Aug 31 02:56:02 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  3. android/pom.xml

        <variant.jvmEnvironmentVariantName>android</variant.jvmEnvironmentVariantName>
        <otherVariant.version>999.0.0-HEAD-jre-SNAPSHOT</otherVariant.version>
        <otherVariant.jvmEnvironment>standard-jvm</otherVariant.jvmEnvironment>
        <otherVariant.jvmEnvironmentVariantName>jre</otherVariant.jvmEnvironmentVariantName>
      </properties>
      <issueManagement>
        <system>GitHub Issues</system>
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 24.3K bytes
    - Viewed (0)
  4. pom.xml

          --add-opens java.base/java.util=ALL-UNNAMED
          --add-opens java.base/sun.security.jca=ALL-UNNAMED
        </test.add.opens>
        <module.status>integration</module.status>
        <variant.jvmEnvironment>standard-jvm</variant.jvmEnvironment>
        <variant.jvmEnvironmentVariantName>jre</variant.jvmEnvironmentVariantName>
        <otherVariant.version>999.0.0-HEAD-android-SNAPSHOT</otherVariant.version>
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 23.9K bytes
    - Viewed (0)
  5. pom.xml

    				</exclusion>
    			</exclusions>
    		</dependency>
    		<dependency>
    			<groupId>org.glassfish.web</groupId>
    			<artifactId>jakarta.servlet.jsp.jstl</artifactId>
    			<!-- contains taglibs.standard -->
    			<version>${jakarta.jstl.version}</version>
    		</dependency>
    		<dependency>
    			<groupId>jakarta.transaction</groupId>
    			<artifactId>jakarta.transaction-api</artifactId>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Sep 04 05:22:58 UTC 2025
    - 49.6K bytes
    - Viewed (0)
Back to top