File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 30
30
- uses : gradle/actions/setup-gradle@v4
31
31
32
32
- name : Publish
33
- run : ./gradlew publishToMavenCentral
33
+ # TODO: https://github.com/gradle/gradle/issues/22779
34
+ run : ./gradlew publishToMavenCentral --no-configuration-cache
34
35
env :
35
36
ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_NEXUS_USERNAME }}
36
37
ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ junit-platform = "1.13.3"
13
13
okhttp = " com.squareup.okhttp3:okhttp:5.1.0"
14
14
dokka = " org.jetbrains.dokka:dokka-gradle-plugin:2.0.0"
15
15
android-plugin = { module = " com.android.tools.build:gradle" , version.ref = " android-gradle" }
16
- maven-publish-plugin = " com.vanniktech:gradle-maven-publish-plugin:0.34.0-rc3 "
16
+ maven-publish-plugin = " com.vanniktech:gradle-maven-publish-plugin:0.33.0 "
17
17
18
18
kotlin-stdlib = { module = " org.jetbrains.kotlin:kotlin-stdlib" , version.ref = " kotlin" }
19
19
kotlin-stdlib-jdk8 = { module = " org.jetbrains.kotlin:kotlin-stdlib-jdk8" , version.ref = " kotlin" }
You can’t perform that action at this time.
0 commit comments