We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd73eb3 commit 42b19d5Copy full SHA for 42b19d5
.github/workflows/gradle.yml
@@ -21,8 +21,7 @@ jobs:
21
with:
22
node-version: '20.5.1'
23
- run: npm install
24
- - run: npm install --global gulp-cli
25
- - run: npm gulp grailsRelease
+ - run: npx gulp grailsRelease
26
- name: Set up JDK
27
uses: actions/setup-java@v4
28
@@ -44,8 +43,7 @@ jobs:
44
43
45
46
47
48
49
50
51
build.sh
@@ -4,7 +4,7 @@ npx gulp grailsRelease
4
5
cd plugin
6
./gradlew clean
7
-./gradlew jar
+./gradlew build
8
9
echo
10
realpath build/libs/grails-web-console-*.jar
0 commit comments