File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed
Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
2525 - name : Validate Gradle Wrapper
2626 uses : gradle/wrapper-validation-action@v3
2727
28- - name : Set up JDK 8
28+ - name : Set up JDK 21
2929 uses : actions/setup-java@v4
3030 with :
3131 distribution : ' zulu'
32- java-version : 8
32+ java-version : 21
3333
3434 - name : Setup Gradle
3535 uses : gradle/actions/setup-gradle@v4
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22
33// Top-level build file where you can add configuration options common to all sub-projects/modules.
44plugins {
5- id(" com.android.application" ) version " 7.4.1 " apply false
6- id(" com.android.library" ) version " 7.4.1 " apply false
5+ id(" com.android.application" ) version " 8.5.2 " apply false
6+ id(" com.android.library" ) version " 8.5.2 " apply false
77 id(" org.jetbrains.kotlin.android" ) version " 1.8.21" apply false
88 id(" org.jetbrains.kotlin.jvm" ) version " 1.8.21" apply false
9- id(" com.vanniktech.maven.publish" ) version " 0.25.2 " apply false
9+ id(" com.vanniktech.maven.publish" ) version " 0.33.0 " apply false
1010}
1111
1212// allprojects {
Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ android.enableJetifier=true
2020# Kotlin code style for this project: "official" or "obsolete":
2121kotlin.code.style =official
2222
23- SONATYPE_HOST =S01
24- RELEASE_SIGNING_ENABLED =true
23+ mavenCentralPublishing =true
24+ signAllPublications =true
25+ mavenCentralAutomaticPublishing =true
2526
2627GROUP =xyz.junerver.kotlin
2728POM_ARTIFACT_ID =ktx
@@ -43,5 +44,3 @@ POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com/junerver/KTX
4344POM_DEVELOPER_ID =Junerver
4445POM_DEVELOPER_NAME =Hou Junerver
4546POM_DEVELOPER_URL =https://github.com/junerver/
46-
47- SONATYPE_AUTOMATIC_RELEASE =true
Original file line number Diff line number Diff line change 11# Mon May 08 09:38:27 CST 2023
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.8 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments