Skip to content

Commit

Permalink
chore: remove dependency on ./gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspots committed Sep 25, 2024
1 parent 2c4ed2a commit d13373a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 327 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '20'
# Create a JAR exposing the Orchestrator library to the individual
# Create a JAR exposing the Orchestrator library to the individual
# processors.
- name: Create JAR
run: ./gradlew shadowJar --console=plain --warning-mode all
run: gradle shadowJar --console=plain --warning-mode all
working-directory: ./orchestrator
# Attempt to execute the build step.
- name: Build
run: ./gradlew installDist --console=plain --warning-mode all
run: gradle installDist --console=plain --warning-mode all
working-directory: ./orchestrator
# Execute test suite.
- name: Run tests
run: ./gradlew test --console=plain --warning-mode all
run: gradle test --console=plain --warning-mode all
working-directory: ./orchestrator
234 changes: 0 additions & 234 deletions orchestrator/gradlew

This file was deleted.

89 changes: 0 additions & 89 deletions orchestrator/gradlew.bat

This file was deleted.

0 comments on commit d13373a

Please sign in to comment.