Skip to content

Commit 30e5343

Browse files
authored
Bump Gradle and reusable workflow (#39)
1 parent 79d2171 commit 30e5343

File tree

7 files changed

+64
-41
lines changed

7 files changed

+64
-41
lines changed

.github/workflows/cd.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ on:
77

88
jobs:
99
cd:
10-
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v1
10+
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v3
1111
secrets:
12-
halo-username: ${{ secrets.HALO_USERNAME }}
13-
halo-password: ${{ secrets.HALO_PASSWORD }}
12+
halo-pat: ${{ secrets.HALO_PAT }}
1413
permissions:
1514
contents: write
1615
with:
1716
app-id: app-QDFMI
18-
skip-node-setup: true
17+
skip-node-setup: true

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ on:
1010

1111
jobs:
1212
ci:
13-
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-ci.yaml@v1
13+
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-ci.yaml@v3
1414
with:
15-
skip-node-setup: true
15+
skip-node-setup: true

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "io.freefair.lombok" version "8.0.0-rc2"
2+
id "io.freefair.lombok" version "8.13"
33
id "run.halo.plugin.devtools" version "0.0.7"
44
id 'java'
55
}

gradle/wrapper/gradle-wrapper.jar

-15.7 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists

gradlew

Lines changed: 32 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 23 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)