Skip to content

Commit 42b19d5

Browse files
committed
Harmonize build pipeline & build.sh
1 parent cd73eb3 commit 42b19d5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
with:
2222
node-version: '20.5.1'
2323
- run: npm install
24-
- run: npm install --global gulp-cli
25-
- run: npm gulp grailsRelease
24+
- run: npx gulp grailsRelease
2625
- name: Set up JDK
2726
uses: actions/setup-java@v4
2827
with:
@@ -44,8 +43,7 @@ jobs:
4443
with:
4544
node-version: '20.5.1'
4645
- run: npm install
47-
- run: npm install --global gulp-cli
48-
- run: npm gulp grailsRelease
46+
- run: npx gulp grailsRelease
4947
- name: Set up JDK
5048
uses: actions/setup-java@v4
5149
with:

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ npx gulp grailsRelease
44

55
cd plugin
66
./gradlew clean
7-
./gradlew jar
7+
./gradlew build
88

99
echo
1010
realpath build/libs/grails-web-console-*.jar

0 commit comments

Comments
 (0)