mirror of https://github.com/apache/kafka.git
KAFKA-18791 Enable new asf.yaml parser [1/n] (#18955)
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
3dba3125e9
commit
9b29e91218
|
@ -15,6 +15,10 @@
|
||||||
# specific language governing permissions and limitations
|
# specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
|
# Enable the next-gen .asf.yaml parser
|
||||||
|
meta:
|
||||||
|
nextgen: true
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
commits: commits@kafka.apache.org
|
commits: commits@kafka.apache.org
|
||||||
issues: jira@kafka.apache.org
|
issues: jira@kafka.apache.org
|
||||||
|
|
Loading…
Reference in New Issue