Skip to content
代码片段 群组 项目
选择Git版本
  • eb93a518d883440c65c09d9be55f2b119b2cbd9a
  • trunk 默认 受保护
  • 3.7
  • 3.5
  • KAFKA-16411
  • cmccabe_2024_03_22_fix_closeables
  • 37_upgrade_comp_streams_tests
  • 37-upgrade-system-ttests
  • 3.7-version-bump
  • cmccabe_2024_02_26_fix
  • 37-snapshot
  • minor-ops-html-jbod
  • add-37-upgrade-notes
  • reconcile-upgrade-html
  • init_metadata_publishers
  • KAFKA-16101
  • KAFKA-16126
  • 3.4
  • KAFKA-16094
  • kafka-15987
  • 352_system_test
  • 3.6.2
  • 3.6.2-rc2
  • 3.6.2-rc1
  • 3.7.0
  • 3.7.0-rc4
  • 3.7.0-rc3
  • 3.7.0-rc2
  • 3.7.0-rc1
  • 3.7.0-rc0
  • 3.5.2
  • 3.6.1
  • 3.6.1-rc0
  • 3.5.2-rc1
  • 3.6.0
  • 3.6.0-rc2
  • 3.6.0-rc1
  • 3.6.0-rc0
  • cc-services/soak_cluster/v0.5624.0-7.6.0-0-ce
  • v0.5624.0-7.6.0-0-ce
  • cc-services/soak_cluster/v0.5623.0-7.6.0-0-ce
41 个结果

gradle.properties

Blame
  • 派生自 oss-mirrors / ICV / kafka
    源项目有可见性限制。
    gradle.properties 1.13 KiB
    # Licensed to the Apache Software Foundation (ASF) under one or more
    # contributor license agreements.  See the NOTICE file distributed with
    # this work for additional information regarding copyright ownership.
    # The ASF licenses this file to You under the Apache License, Version 2.0
    # (the "License"); you may not use this file except in compliance with
    # the License.  You may obtain a copy of the License at
    #
    #    http://www.apache.org/licenses/LICENSE-2.0
    #
    # Unless required by applicable law or agreed to in writing, software
    # distributed under the License is distributed on an "AS IS" BASIS,
    # 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.
    
    group=org.apache.kafka
    # NOTE: When you change this version number, you should also make sure to update
    # the version numbers in
    #  - docs/js/templateData.js
    #  - tests/kafkatest/__init__.py
    #  - tests/kafkatest/version.py (variable DEV_VERSION)
    #  - kafka-merge-pr.py
    version=6.1.0-0-ce
    scalaVersion=2.13.3
    task=build
    org.gradle.jvmargs=-Xmx2g -Xss4m -XX:+UseParallelGC