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 09c57e8 commit 9f2d447Copy full SHA for 9f2d447
1 file changed
.github/workflows/main.yml
@@ -124,8 +124,7 @@ jobs:
124
- name: Build with Gradle
125
if: steps.check_changes.outputs.has_changes == 'true' || github.event.inputs.force_build == 'true'
126
run: |
127
- chmod +x gradlew
128
- ./gradlew clean shadowJar --no-daemon
+ gradle clean shadowJar --no-daemon
129
JAR_FILE=$(find plugin/build/libs -name "UltimateShop-*.jar" ! -name "*sources.jar" ! -name "*javadoc.jar" | head -1)
130
if [ -n "$JAR_FILE" ]; then
131
echo "Build successful!"
0 commit comments