generated from mingliqiye/lib-tem
- 添加IPv4地址与字节数组相互转换功能 - 实现ByteBuffer与网络地址端口的读写操作 - 增加网络端点字节数组序列化支持 - 添加Netty框架ByteBuf转换工具类 - 更新项目版本号至4.2.6 - 修改依赖引入方式为compileOnly - 移除未使用的SuperStream导入 - 添加UUID类ByteBuffer读写功能 - 创建新的测试主函数验证功能
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-06 14:35:41
|
|
# UpdateUser MingLiPro
|
|
#
|
|
JDKVERSIONS=1.8
|
|
GROUPSID=com.mingliqiye.utils
|
|
ARTIFACTID=mingli-utils
|
|
VERSIONS=4.2.6
|
|
signing.keyId=B22AA93B
|
|
signing.password=
|
|
signing.secretKeyRingFile=secret.gpg
|