File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 distribution : ' zulu'
3232 java-version : ${{ matrix.java }}
3333 - uses : gradle/actions/setup-gradle@v4
34- - run : ./gradlew build --info "-PtestGradleVersion=${{ matrix.gradle }}"
34+ - run : ./gradlew build "-PtestGradleVersion=${{ matrix.gradle }}" --stacktrace
3535
3636 # Status check that is required in branch protection rules.
3737 build-status :
6262 - uses : gradle/actions/setup-gradle@v4
6363 with :
6464 cache-read-only : true
65- # Disable CC due to https://github.com/gradle/gradle/issues/22779
66- - run : ./gradlew publishToMavenCentral --no-configuration-cache
65+ - run : ./gradlew publishToMavenCentral
6766 env :
6867 ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.CENTRAL_PORTAL_USERNAME }}
6968 ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.CENTRAL_PORTAL_PASSWORD }}
69+ ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.GPG_KEY }}
70+ ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.GPG_KEY_PASSWORD }}
Original file line number Diff line number Diff line change 2020 - uses : gradle/actions/setup-gradle@v4
2121 with :
2222 cache-read-only : true
23- # Disable CC due to https://github.com/gradle/gradle/issues/22779
24- - run : ./gradlew publishToMavenCentral publishPlugins --no-configuration-cache
23+ - run : ./gradlew publishToMavenCentral publishPlugins
2524 env :
2625 GRADLE_PUBLISH_KEY : ${{ secrets.GRADLE_KEY }}
2726 GRADLE_PUBLISH_SECRET : ${{ secrets.GRADLE_SECRET }}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import org.gradle.api.plugins.JavaPlugin.SOURCES_ELEMENTS_CONFIGURATION_NAME
66plugins {
77 groovy
88 `java- gradle- plugin`
9- id(" com.gradle.plugin-publish" ) version " 1.3.1 "
9+ id(" com.gradle.plugin-publish" ) version " 2.0.0 "
1010 id(" com.vanniktech.maven.publish" ) version " 0.34.0"
1111 id(" com.diffplug.spotless" ) version " 7.2.1"
1212}
Original file line number Diff line number Diff line change 1- # Omit automatic compile dependency on kotlin-stdlib
2- # https://kotlinlang.org/docs/gradle.html#dependency-on-the-standard-library
3- kotlin.stdlib.default.dependency =false
4-
51org.gradle.caching =true
62org.gradle.configuration-cache =true
73org.gradle.configuration-cache.parallel =true
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pluginManagement {
66}
77
88plugins {
9- id(" com.gradle.develocity" ) version " 4.0. 2"
9+ id(" com.gradle.develocity" ) version " 4.2"
1010}
1111
1212develocity {
You can’t perform that action at this time.
0 commit comments