generated from mingliqiye/lib-tem
- 新增ByteBufferUtils.kt文件,提供字符串、布尔值、位标志等类型的读写扩展函数 - 新增ByteFlags.kt文件,实现8位布尔标志集合的数据结构和位操作功能 - 添加putString/getString方法支持C风格字符串的null终止符处理 - 实现ByteFlags的位操作功能,包括AND、OR、XOR、NOT等运算 - 添加二进制字符串、十六进制字符串的转换和格式化输出功能 - 移除NettyUtils中重复的toByteBuffer扩展函数 - 更新项目版本号从4.2.6到4.2.7
29 lines
885 B
Properties
29 lines
885 B
Properties
#
|
|
# Copyright 2026 mingliqiye
|
|
#
|
|
# Licensed 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.
|
|
#
|
|
# ProjectName mingli-utils
|
|
# ModuleName mingli-utils
|
|
# CurrentFile gradle.properties
|
|
# LastUpdate 2026-01-07 10:02:36
|
|
# UpdateUser MingLiPro
|
|
#
|
|
JDKVERSIONS=1.8
|
|
GROUPSID=com.mingliqiye.utils
|
|
ARTIFACTID=mingli-utils
|
|
VERSIONS=4.2.7
|
|
signing.keyId=B22AA93B
|
|
signing.password=
|
|
signing.secretKeyRingFile=secret.gpg
|