Skip to content

Commit

Permalink
disable detekt task
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Apr 3, 2024
1 parent cd12bbc commit 34fbc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_without_gitrepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
run: type -a git || echo "git command removed"

- name: build package
run: id;pwd;ls -al;./gradlew -Dorg.gradle.java.home=/usr/lib/jvm/java-17-openjdk-amd64 build
run: id;pwd;ls -al;./gradlew -Dorg.gradle.java.home=/usr/lib/jvm/java-17-openjdk-amd64 -x detekt build

0 comments on commit 34fbc01

Please sign in to comment.