File tree Expand file tree Collapse file tree 4 files changed +3
-19
lines changed
Expand file tree Collapse file tree 4 files changed +3
-19
lines changed Original file line number Diff line number Diff line change 1212 deploy-docs :
1313 runs-on : ubuntu-latest
1414 env :
15- ORG_GRADLE_PROJECT_freefairBuildCachePassword : ${{ secrets.BUILD_CACHE_PASSWORD }}
1615 ORG_GRADLE_PROJECT_freefairDocsUser : ${{ secrets.FREEFAIR_DOCS_USER }}
1716 ORG_GRADLE_PROJECT_freefairDocsPass : ${{ secrets.FREEFAIR_DOCS_PASS }}
1817 steps :
2322 java-version : 17
2423 distribution : ' temurin'
2524 - name : Setup Gradle
26- uses : gradle/gradle-build-action@v3
25+ uses : gradle/actions/setup-gradle@v4
2726 - run : ./gradlew uploadDocumentation -s
Original file line number Diff line number Diff line change 77jobs :
88 publish :
99 runs-on : ubuntu-latest
10- env :
11- ORG_GRADLE_PROJECT_freefairBuildCachePassword : ${{ secrets.BUILD_CACHE_PASSWORD }}
1210 steps :
1311 - uses : actions/checkout@v5
1412 - name : Set up JDK 17
1715 java-version : 17
1816 distribution : ' temurin'
1917 - name : Setup Gradle
20- uses : gradle/gradle-build-action@v3
18+ uses : gradle/actions/setup-gradle@v4
2119 - name : Publish local
2220 run : ./gradlew publish
2321 env :
Original file line number Diff line number Diff line change 1111 build :
1212 name : build
1313 runs-on : ubuntu-latest
14- env :
15- ORG_GRADLE_PROJECT_freefairBuildCachePassword : ${{ secrets.BUILD_CACHE_PASSWORD }}
1614 strategy :
1715 fail-fast : false
1816 matrix :
2725 distribution : ' temurin'
2826
2927 - name : Setup Gradle
30- uses : gradle/gradle-build-action@v3
28+ uses : gradle/actions/setup-gradle@v4
3129
3230 - run : ./gradlew -V assemble -s
3331 - run : ./gradlew -V check -s
Original file line number Diff line number Diff line change @@ -20,17 +20,6 @@ develocity {
2020 }
2121}
2222
23- buildCache {
24- remote(HttpBuildCache ) {
25- url = ' https://build-cache.grefer-hosting.de/cache/'
26- push = isCiServer
27- credentials {
28- username = " freefair"
29- password = providers. gradleProperty(' freefairBuildCachePassword' ). getOrElse(null )
30- }
31- }
32- }
33-
3423dependencyResolutionManagement {
3524 repositories {
3625 mavenCentral()
You can’t perform that action at this time.
0 commit comments