Skip to content

Commit

Permalink
Adding stacktrace gradle option
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Creamer <[email protected]>
  • Loading branch information
mark-creamer-amazon committed Jul 9, 2024
1 parent 0b72016 commit 1333c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_java_hello_world_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
sed -i "s/'com.cedarpolicy:cedar-java:.*/files('cedar-java\/CedarJava\/build\/libs\/CedarJava.jar')/" build.gradle
- name: Build cedar-java-hello-world
working-directory: ./cedar-java-hello-world
run: bash config.sh && ./gradlew build
run: bash config.sh && ./gradlew build --stacktrace
- name: Run cedar-java-hello-world
working-directory: ./cedar-java-hello-world
run: ./gradlew test

0 comments on commit 1333c72

Please sign in to comment.