Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Prettier logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Sep 18, 2018
1 parent 3b9d6b0 commit 3ba2faf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ apply from: project.buildscript.classLoader.getResource('gradle-plugin.gradle').


dependencies {
compile 'se.bjurr.violations:violation-comments-to-gitlab-lib:1.39'
compile 'se.bjurr.violations:violation-comments-to-gitlab-lib:1.45'
}
5 changes: 5 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
./gradlew release || exit 1
./build.sh
git commit -a --amend --no-edit
git push -f

0 comments on commit 3ba2faf

Please sign in to comment.