generated from mingliqiye/lib-tem
- 在ByteBufferUtils中添加getVarLong、getVarInt、getVarShort读取变长数字功能 - 在ByteBufferUtils中添加putVarLong、putVarInt、putVarShort写入变长数字功能 - 新增Debouncer防抖器类用于防止短时间内重复执行任务 - 更新build.gradle.kts中mybatis-plus-core依赖版本至3.5.15 - 优化FileUtils中文件操作方法,增加Path和File类型的扩展函数 - 添加字节转义字符常量定义和hex字符串转换工具方法
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-14 13:01:41
|
|
# UpdateUser MingLiPro
|
|
#
|
|
JDKVERSIONS=1.8
|
|
GROUPSID=com.mingliqiye.utils
|
|
ARTIFACTID=mingli-utils
|
|
VERSIONS=4.3.5
|
|
signing.keyId=B22AA93B
|
|
signing.password=
|
|
signing.secretKeyRingFile=secret.gpg
|