We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbac84b commit 56a6e48Copy full SHA for 56a6e48
jitpack.yml
@@ -1,2 +1,2 @@
1
jdk:
2
- - openjdk11
+ - openjdk17
oklibrary/build.gradle.kts
@@ -75,7 +75,7 @@ publishing { // 发布配置
75
register<MavenPublication>("release") { // 注册一个名字为 release 的发布内容
76
groupId = "com.gateoftruth.library"
77
artifactId = "OkSimple"
78
- version = "3.3.9"
+ version = "3.4.1"
79
80
afterEvaluate { // 在所有的配置都完成之后执行
81
// 从当前 module 的 release 包中发布
0 commit comments