Skip to content

Commit 56a6e48

Browse files
committed
调整版本号
1 parent fbac84b commit 56a6e48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
jdk:
2-
- openjdk11
2+
- openjdk17

oklibrary/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ publishing { // 发布配置
7575
register<MavenPublication>("release") { // 注册一个名字为 release 的发布内容
7676
groupId = "com.gateoftruth.library"
7777
artifactId = "OkSimple"
78-
version = "3.3.9"
78+
version = "3.4.1"
7979

8080
afterEvaluate { // 在所有的配置都完成之后执行
8181
// 从当前 module 的 release 包中发布

0 commit comments

Comments
 (0)